次の方法で共有


EntityMemberAnnotationsGetResponse コンストラクター

定義

EntityMemberAnnotationsGetResponse クラスの新しいインスタンスを初期化します。

オーバーロード

EntityMemberAnnotationsGetResponse()

EntityMemberAnnotationsGetResponse クラスの既定値を持つ新しいインスタンスを初期化します。

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

指定された注釈、エンティティ、メンバー、モデル、バージョン ID、および操作結果を持つ EntityMemberAnnotationsGetResponse クラスの新しいインスタンスを初期化します。

EntityMemberAnnotationsGetResponse()

EntityMemberAnnotationsGetResponse クラスの既定値を持つ新しいインスタンスを初期化します。

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

適用対象

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

指定された注釈、エンティティ、メンバー、モデル、バージョン ID、および操作結果を持つ 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

追跡およびログ記録の一意の ID を含む操作結果。

VersionId
Identifier

モデル バージョンの GUID または正確な名前。

適用対象