EntityStagingBatch.MemberType 属性

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

Gets or sets the member type the batch is associated with.

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

语法

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

value = instance.MemberType

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

属性值

类型:Microsoft.MasterDataServices.MemberType
The member type the batch is associated with.

请参阅

参考

EntityStagingBatch 类

Microsoft.MasterDataServices 命名空间