共用方式為


Identifier 建構函式 (Guid)

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

命名空間:  Microsoft.MasterDataServices.Services.DataContracts
組件:  Microsoft.MasterDataServices.Services.Contracts (在 Microsoft.MasterDataServices.Services.Contracts.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
)

參數

  • id
    型別:System.Guid
    The identifier of the object.

請參閱

參考

Identifier 類別

Identifier 多載

Microsoft.MasterDataServices.Services.DataContracts 命名空間