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(Microsoft.MasterDataServices.Services.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
)
매개 변수
- Code
유형: System. . :: . .String
The user key of the master data member that is unique within the context of the entity.
- Name
유형: System. . :: . .String
A string representing the name.
- MemberType
유형: Microsoft.MasterDataServices.Services.DataContracts. . :: . .MemberType
A MemberType simple type.