MemberIdentifier 构造函数 (String, String, MemberType)

Initializes a new instance of the MemberIdentifier class with the specified code, name and member type values.

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

语法

声明
Public Sub New ( _
    code As String, _
    name As String, _
    memberType As MemberType _
)
用法
Dim code As String 
Dim name As String 
Dim memberType As MemberType 

Dim instance As New MemberIdentifier(code, name, _
    memberType)
public MemberIdentifier(
    string code,
    string name,
    MemberType memberType
)
public:
MemberIdentifier(
    String^ code, 
    String^ name, 
    MemberType memberType
)
new : 
        code:string * 
        name:string * 
        memberType:MemberType -> MemberIdentifier
public function MemberIdentifier(
    code : String, 
    name : String, 
    memberType : MemberType
)

参数

请参阅

参考

MemberIdentifier 类

MemberIdentifier 重载

Microsoft.MasterDataServices.Services.DataContracts 命名空间