EntityStagingBatch.Status 属性

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Gets or sets the current status of the batch.

命名空间:  Microsoft.MasterDataServices
程序集:  Microsoft.MasterDataServices(在 Microsoft.MasterDataServices.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.StagingBatchStatus
The current status of the batch.

请参阅

参考

EntityStagingBatch 类

Microsoft.MasterDataServices 命名空间