指定された注釈、エンティティ、メンバー、モデル、バージョン ID、および操作結果を持つ EntityMemberAnnotationsGetResponse クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.MasterDataServices
アセンブリ: Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)
構文
'宣言
Public Sub New ( _
Annotations As Collection(Of Annotation), _
EntityId As Identifier, _
MemberId As MemberIdentifier, _
ModelId As Identifier, _
OperationResult As OperationResult, _
VersionId As Identifier _
)
'使用
Dim Annotations As Collection(Of Annotation)
Dim EntityId As Identifier
Dim MemberId As MemberIdentifier
Dim ModelId As Identifier
Dim OperationResult As OperationResult
Dim VersionId As Identifier
Dim instance As New EntityMemberAnnotationsGetResponse(Annotations, _
EntityId, MemberId, ModelId, OperationResult, _
VersionId)
public EntityMemberAnnotationsGetResponse(
Collection<Annotation> Annotations,
Identifier EntityId,
MemberIdentifier MemberId,
Identifier ModelId,
OperationResult OperationResult,
Identifier VersionId
)
public:
EntityMemberAnnotationsGetResponse(
Collection<Annotation^>^ Annotations,
Identifier^ EntityId,
MemberIdentifier^ MemberId,
Identifier^ ModelId,
OperationResult^ OperationResult,
Identifier^ VersionId
)
new :
Annotations:Collection<Annotation> *
EntityId:Identifier *
MemberId:MemberIdentifier *
ModelId:Identifier *
OperationResult:OperationResult *
VersionId:Identifier -> EntityMemberAnnotationsGetResponse
public function EntityMemberAnnotationsGetResponse(
Annotations : Collection<Annotation>,
EntityId : Identifier,
MemberId : MemberIdentifier,
ModelId : Identifier,
OperationResult : OperationResult,
VersionId : Identifier
)
パラメーター
- Annotations
型: System.Collections.ObjectModel.Collection<Annotation>
作成する注釈の配列。
- EntityId
型: Microsoft.MasterDataServices.Identifier
エンティティのグローバル一意識別子 (GUID) または正確な名前。
- MemberId
型: Microsoft.MasterDataServices.MemberIdentifier
メンバーの識別子。
- ModelId
型: Microsoft.MasterDataServices.Identifier
モデルの GUID または正確な名前。
- OperationResult
型: Microsoft.MasterDataServices.OperationResult
追跡およびログ記録の一意の ID を含む操作結果。
- VersionId
型: Microsoft.MasterDataServices.Identifier
モデル バージョンの GUID または正確な名前。
関連項目
参照
EntityMemberAnnotationsGetResponse クラス