EntityStagingBatch.EntityId 属性

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

Gets or sets the entity the batch is associated with.

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

语法

声明
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property EntityId As Identifier
    Get
    Set
用法
Dim instance As EntityStagingBatch
Dim value As Identifier

value = instance.EntityId

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

属性值

类型:Microsoft.MasterDataServices.Identifier
The entity the batch is associated with.

请参阅

参考

EntityStagingBatch 类

Microsoft.MasterDataServices 命名空间