共用方式為


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
)

參數