Identifier 构造函数 (Guid)

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

命名空间:  Microsoft.MasterDataServices.Services.DataContracts
程序集:  Microsoft.MasterDataServices.Services(在 Microsoft.MasterDataServices.Services.dll 中)

语法

声明
Public Sub New ( _
    id As Guid _
)
用法
Dim id As Guid

Dim instance As New Identifier(id)
public Identifier(
    Guid id
)
public:
Identifier(
    Guid id
)
new : 
        id:Guid -> Identifier
public function Identifier(
    id : Guid
)

参数