EntityMemberAnnotationsGetResponse 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 EntityMemberAnnotationsGetResponse 类的新实例。
重载
EntityMemberAnnotationsGetResponse() |
初始化具有默认值的 EntityMemberAnnotationsGetResponse 类的新实例。 |
EntityMemberAnnotationsGetResponse(Collection<Annotation>, Identifier, MemberIdentifier, Identifier, OperationResult, Identifier) |
初始化 EntityMemberAnnotationsGetResponse 类的新实例,该实例具有指定的批注、实体、成员、模型、版本 ID 以及操作结果。 |
EntityMemberAnnotationsGetResponse()
初始化具有默认值的 EntityMemberAnnotationsGetResponse 类的新实例。
public:
EntityMemberAnnotationsGetResponse();
public EntityMemberAnnotationsGetResponse ();
Public Sub New ()
适用于
EntityMemberAnnotationsGetResponse(Collection<Annotation>, Identifier, MemberIdentifier, Identifier, OperationResult, Identifier)
初始化 EntityMemberAnnotationsGetResponse 类的新实例,该实例具有指定的批注、实体、成员、模型、版本 ID 以及操作结果。
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 或确切名称。