Compartir a través de


StagingBatchInformation.Status Propiedad

Definición

Obtiene o establece el estado del lote de almacenamiento provisional.

public:
 property Microsoft::MasterDataServices::StagingBatchStatus Status { Microsoft::MasterDataServices::StagingBatchStatus get(); void set(Microsoft::MasterDataServices::StagingBatchStatus value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.MasterDataServices.StagingBatchStatus Status { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Status : Microsoft.MasterDataServices.StagingBatchStatus with get, set
Public Property Status As StagingBatchStatus

Valor de propiedad

Uno de los valores de StagingBatchStatus. Los valores posibles son All, Cleared, NotRunning, QueuedToClear, QueuedToRun y Running.

Atributos

Se aplica a