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 status of the staging batch.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.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)
Eigenschaftswert
Typ: Microsoft.MasterDataServices.Services.DataContracts.StagingBatchStatus
The status of the staging batch.
Siehe auch
Verweis
StagingBatchInformation Klasse
Microsoft.MasterDataServices.Services.DataContracts-Namespace