EntityMemberAnnotationsGetResponse 建構函式

定義

初始化 EntityMemberAnnotationsGetResponse 類別的新執行個體。

多載

EntityMemberAnnotationsGetResponse()

初始化包含預設值之 EntityMemberAnnotationsGetResponse 類別的新執行個體。

EntityMemberAnnotationsGetResponse(Collection<Annotation>, Identifier, MemberIdentifier, Identifier, OperationResult, Identifier)

初始化具有指定的註解、實體、成員、模型與版本識別碼以及作業結果之 EntityMemberAnnotationsGetResponse 類別的新執行個體。

EntityMemberAnnotationsGetResponse()

初始化包含預設值之 EntityMemberAnnotationsGetResponse 類別的新執行個體。

public:
 EntityMemberAnnotationsGetResponse();
public EntityMemberAnnotationsGetResponse ();
Public Sub New ()

適用於

EntityMemberAnnotationsGetResponse(Collection<Annotation>, Identifier, MemberIdentifier, Identifier, OperationResult, Identifier)

初始化具有指定的註解、實體、成員、模型與版本識別碼以及作業結果之 EntityMemberAnnotationsGetResponse 類別的新執行個體。

public:
 EntityMemberAnnotationsGetResponse(System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Annotation ^> ^ Annotations, Microsoft::MasterDataServices::Identifier ^ EntityId, Microsoft::MasterDataServices::MemberIdentifier ^ MemberId, Microsoft::MasterDataServices::Identifier ^ ModelId, Microsoft::MasterDataServices::OperationResult ^ OperationResult, Microsoft::MasterDataServices::Identifier ^ VersionId);
public EntityMemberAnnotationsGetResponse (System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Annotation> Annotations, Microsoft.MasterDataServices.Identifier EntityId, Microsoft.MasterDataServices.MemberIdentifier MemberId, Microsoft.MasterDataServices.Identifier ModelId, Microsoft.MasterDataServices.OperationResult OperationResult, Microsoft.MasterDataServices.Identifier VersionId);
new Microsoft.MasterDataServices.EntityMemberAnnotationsGetResponse : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Annotation> * Microsoft.MasterDataServices.Identifier * Microsoft.MasterDataServices.MemberIdentifier * Microsoft.MasterDataServices.Identifier * Microsoft.MasterDataServices.OperationResult * Microsoft.MasterDataServices.Identifier -> Microsoft.MasterDataServices.EntityMemberAnnotationsGetResponse
Public Sub New (Annotations As Collection(Of Annotation), EntityId As Identifier, MemberId As MemberIdentifier, ModelId As Identifier, OperationResult As OperationResult, VersionId As Identifier)

參數

Annotations
Collection<Annotation>

要建立之註解的陣列。

EntityId
Identifier

實體的全域唯一識別碼 (GUID) 或完整名稱。

MemberId
MemberIdentifier

成員的識別碼。

ModelId
Identifier

模型的 GUID 或完整名稱。

OperationResult
OperationResult

作業結果,包括追蹤和記錄的唯一識別碼。

VersionId
Identifier

模型版本的 GUID 或完整名稱。

適用於