EntityMemberAnnotationsCreateRequest 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 EntityMemberAnnotationsCreateRequest 類別的新執行個體。
多載
| EntityMemberAnnotationsCreateRequest() |
使用預設值,初始化 EntityMemberAnnotationsCreateRequest 類別的新執行個體。 |
| EntityMemberAnnotationsCreateRequest(International, Collection<Annotation>, Identifier, MemberIdentifier, Identifier, Identifier) |
初始化 EntityMemberAnnotationsCreateRequest 類別的新執行個體,這個執行個體具有指定的文化設定、註解、實體、成員、模型與版本識別碼。 |
EntityMemberAnnotationsCreateRequest()
使用預設值,初始化 EntityMemberAnnotationsCreateRequest 類別的新執行個體。
public:
EntityMemberAnnotationsCreateRequest();
public EntityMemberAnnotationsCreateRequest ();
Public Sub New ()
適用於
EntityMemberAnnotationsCreateRequest(International, Collection<Annotation>, Identifier, MemberIdentifier, Identifier, Identifier)
初始化 EntityMemberAnnotationsCreateRequest 類別的新執行個體,這個執行個體具有指定的文化設定、註解、實體、成員、模型與版本識別碼。
public:
EntityMemberAnnotationsCreateRequest(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 EntityMemberAnnotationsCreateRequest (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);
new Microsoft.MasterDataServices.EntityMemberAnnotationsCreateRequest : Microsoft.MasterDataServices.International * System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Annotation> * Microsoft.MasterDataServices.Identifier * Microsoft.MasterDataServices.MemberIdentifier * Microsoft.MasterDataServices.Identifier * Microsoft.MasterDataServices.Identifier -> Microsoft.MasterDataServices.EntityMemberAnnotationsCreateRequest
Public Sub New (International As International, Annotations As Collection(Of Annotation), EntityId As Identifier, MemberId As MemberIdentifier, ModelId As Identifier, VersionId As Identifier)
參數
- International
- International
文化設定。
- Annotations
- Collection<Annotation>
要建立之註解的陣列。
- EntityId
- Identifier
實體的全域唯一識別碼 (GUID) 或完整名稱。
- MemberId
- MemberIdentifier
成員的識別碼。
- ModelId
- Identifier
模型的 GUID 或完整名稱。
- VersionId
- Identifier
模型版本的 GUID 或完整名稱。