Propriedade do RDL StagingSearchCriteria.StagingBatchStatus
Gets or sets the status of a staging batch.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxe
'Declaração
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property StagingBatchStatus As StagingBatchStatus
Get
Set
'Uso
Dim instance As StagingSearchCriteria
Dim value As StagingBatchStatus
value = instance.StagingBatchStatus
instance.StagingBatchStatus = value
[DataMemberAttribute(EmitDefaultValue = false)]
public StagingBatchStatus StagingBatchStatus { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property StagingBatchStatus StagingBatchStatus {
StagingBatchStatus get ();
void set (StagingBatchStatus value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member StagingBatchStatus : StagingBatchStatus with get, set
function get StagingBatchStatus () : StagingBatchStatus
function set StagingBatchStatus (value : StagingBatchStatus)
Valor da propriedade
Tipo: Microsoft.MasterDataServices.Services.DataContracts.StagingBatchStatus
The status of a staging batch.
Consulte também
Referência
Namespace Microsoft.MasterDataServices.Services.DataContracts