다음을 통해 공유


Identifier 생성자 (Guid, String)

Initializes a new instance of the Identifier class with the specified identifier and name.

네임스페이스:  Microsoft.MasterDataServices.Services.DataContracts
어셈블리:  Microsoft.MasterDataServices.Services.Contracts(Microsoft.MasterDataServices.Services.Contracts.dll)

구문

‘선언
Public Sub New ( _
    id As Guid, _
    name As String _
)
‘사용 방법
Dim id As Guid 
Dim name As String 

Dim instance As New Identifier(id, name)
public Identifier(
    Guid id,
    string name
)
public:
Identifier(
    Guid id, 
    String^ name
)
new : 
        id:Guid * 
        name:string -> Identifier
public function Identifier(
    id : Guid, 
    name : String
)

매개 변수

참고 항목

참조

Identifier 클래스

Identifier 오버로드

Microsoft.MasterDataServices.Services.DataContracts 네임스페이스