Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the processing status of a staging batch.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property StagingBatchStatus As StagingBatchStatus
Get
Set
'Usage
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)
Eigenschaftswert
Typ: Microsoft.MasterDataServices.StagingBatchStatus
One of the values of StagingBatchStatus. Possible values are All, Cleared, Running, NotRunning, QueuedToClear, and QueuedToRun.