共用方式為


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
)

參數