Partager via


Constructeur MemberIdentifier (String, String, MemberType)

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

Espace de noms :  Microsoft.MasterDataServices.Services.DataContracts
Assembly :  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    code As String, _
    name As String, _
    memberType As MemberType _
)
'Utilisation
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
)

Paramètres

Voir aussi

Référence

MemberIdentifier Classe

Surcharge MemberIdentifier

Espace de noms Microsoft.MasterDataServices.Services.DataContracts