Właściwość StagingSearchCriteria.StagingBatchStatus
Pobiera lub ustawia stan przetwarzania partia tymczasowa.
Przestrzeń nazw: Microsoft.MasterDataServices
Zestaw: Microsoft.MasterDataServices (w Microsoft.MasterDataServices.dll)
Składnia
'Deklaracja
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property StagingBatchStatus As StagingBatchStatus
Get
Set
'Użycie
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)
Wartość właściwości
Typ: Microsoft.MasterDataServices.StagingBatchStatus
Jedną z wartości StagingBatchStatus.Możliwe wartości to wszystkie wyczyszczone, uruchamianie, NotRunning, QueuedToClear i QueuedToRun.