共用方式為


EntityStagingBatch.Status 屬性

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Gets or sets the current status of the batch.

命名空間:  Microsoft.MasterDataServices.Services.DataContracts
組件:  Microsoft.MasterDataServices.Services.Contracts (在 Microsoft.MasterDataServices.Services.Contracts.dll 中)

語法

'宣告
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Status As StagingBatchStatus 
    Get 
    Set
'用途
Dim instance As EntityStagingBatch 
Dim value As StagingBatchStatus 

value = instance.Status

instance.Status = value
[DataMemberAttribute(EmitDefaultValue = false)]
public StagingBatchStatus Status { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property StagingBatchStatus Status {
    StagingBatchStatus get ();
    void set (StagingBatchStatus value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member Status : StagingBatchStatus with get, set
function get Status () : StagingBatchStatus 
function set Status (value : StagingBatchStatus)

屬性值

型別:Microsoft.MasterDataServices.Services.DataContracts.StagingBatchStatus
The current status of the batch.

請參閱

參考

EntityStagingBatch 類別

Microsoft.MasterDataServices.Services.DataContracts 命名空間