StagingBatchInformation.Status 属性

Gets or sets the status of the staging batch.

命名空间:  Microsoft.MasterDataServices.Services.DataContracts
程序集:  Microsoft.MasterDataServices.Services.Contracts(在 Microsoft.MasterDataServices.Services.Contracts.dll 中)

语法

声明
<DataMemberAttribute> _
Public Property Status As StagingBatchStatus 
    Get 
    Set
用法
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)

属性值

类型:Microsoft.MasterDataServices.Services.DataContracts.StagingBatchStatus
The status of the staging batch.

请参阅

参考

StagingBatchInformation 类

Microsoft.MasterDataServices.Services.DataContracts 命名空间