ServiceClient.EntityMemberAnnotationsCreate メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
メンバーに新しい注釈を付与します。
public:
Microsoft::MasterDataServices::OperationResult ^ EntityMemberAnnotationsCreate(Microsoft::MasterDataServices::International ^ International, System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Annotation ^> ^ Annotations, Microsoft::MasterDataServices::Identifier ^ EntityId, Microsoft::MasterDataServices::MemberIdentifier ^ MemberId, Microsoft::MasterDataServices::Identifier ^ ModelId, Microsoft::MasterDataServices::Identifier ^ VersionId);
public Microsoft.MasterDataServices.OperationResult EntityMemberAnnotationsCreate(Microsoft.MasterDataServices.International International, System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Annotation> Annotations, Microsoft.MasterDataServices.Identifier EntityId, Microsoft.MasterDataServices.MemberIdentifier MemberId, Microsoft.MasterDataServices.Identifier ModelId, Microsoft.MasterDataServices.Identifier VersionId);
member this.EntityMemberAnnotationsCreate : Microsoft.MasterDataServices.International * System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Annotation> * Microsoft.MasterDataServices.Identifier * Microsoft.MasterDataServices.MemberIdentifier * Microsoft.MasterDataServices.Identifier * Microsoft.MasterDataServices.Identifier -> Microsoft.MasterDataServices.OperationResult
Public Function EntityMemberAnnotationsCreate (International As International, Annotations As Collection(Of Annotation), EntityId As Identifier, MemberId As MemberIdentifier, ModelId As Identifier, VersionId As Identifier) As OperationResult
パラメーター
- International
- International
文化的な設定。
- Annotations
- Collection<Annotation>
作成すべき注釈の配列。
- EntityId
- Identifier
グローバルに一意な識別子(GUID)またはエンティティの正確な名称。
- MemberId
- MemberIdentifier
メンバーの識別子。
- ModelId
- Identifier
グローバル一意識別子(GUID)またはモデルの正確な名称。
- VersionId
- Identifier
グローバル一意識別子(GUID)またはモデルバージョンの正確な名称です。
返品
操作の結果を表す OperationResult オブジェクト。