Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the status of the staging batch.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property Status As StagingBatchStatus
Get
Set
'Usage
Dim instance As StagingBatchInformation
Dim value As StagingBatchStatus
value = instance.Status
instance.Status = value
[DataMemberAttribute]
public StagingBatchStatus Status { get; set; }
[DataMemberAttribute]
public:
property StagingBatchStatus Status {
StagingBatchStatus get ();
void set (StagingBatchStatus value);
}
[<DataMemberAttribute>]
member Status : StagingBatchStatus with get, set
function get Status () : StagingBatchStatus
function set Status (value : StagingBatchStatus)
Property Value
Type: Microsoft.MasterDataServices.StagingBatchStatus
One of the values of StagingBatchStatus. Possible values are All, Cleared, NotRunning, QueuedToClear, QueuedToRun, and Running.