StagingBatchInformation.Status Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the status of the staging batch.

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

[DataMemberAttribute]
public StagingBatchStatus Status { get; set; }
public:
[DataMemberAttribute]
property StagingBatchStatus Status {
    StagingBatchStatus get();
    void set(StagingBatchStatus value);
}
[<DataMemberAttribute>]
member Status : StagingBatchStatus with get, set
<DataMemberAttribute>
Public Property Status As StagingBatchStatus

Property Value

Type: Microsoft.MasterDataServices.StagingBatchStatus

One of the values of StagingBatchStatus. Possible values are All, Cleared, NotRunning, QueuedToClear, QueuedToRun, and Running.

See Also

StagingBatchInformation Class
Microsoft.MasterDataServices Namespace

Return to top