Identifier 构造函数 (Guid, String)

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

命名空间:  Microsoft.MasterDataServices.Services.DataContracts
程序集:  Microsoft.MasterDataServices.Services(在 Microsoft.MasterDataServices.Services.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
)

参数