ServiceClient.EntityMemberAnnotationsGet 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索附加到成员的批注。
public:
System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Annotation ^> ^ EntityMemberAnnotationsGet(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::Identifier ^ % EntityId, Microsoft::MasterDataServices::MemberIdentifier ^ % MemberId, Microsoft::MasterDataServices::Identifier ^ % ModelId, Microsoft::MasterDataServices::Identifier ^ % VersionId, [Runtime::InteropServices::Out] Microsoft::MasterDataServices::OperationResult ^ % OperationResult);
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Annotation> EntityMemberAnnotationsGet (Microsoft.MasterDataServices.International International, ref Microsoft.MasterDataServices.Identifier EntityId, ref Microsoft.MasterDataServices.MemberIdentifier MemberId, ref Microsoft.MasterDataServices.Identifier ModelId, ref Microsoft.MasterDataServices.Identifier VersionId, out Microsoft.MasterDataServices.OperationResult OperationResult);
member this.EntityMemberAnnotationsGet : Microsoft.MasterDataServices.International * Identifier * MemberIdentifier * Identifier * Identifier * OperationResult -> System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Annotation>
Public Function EntityMemberAnnotationsGet (International As International, ByRef EntityId As Identifier, ByRef MemberId As MemberIdentifier, ByRef ModelId As Identifier, ByRef VersionId As Identifier, ByRef OperationResult As OperationResult) As Collection(Of Annotation)
参数
- International
- International
区域性设置。
- EntityId
- Identifier
由引用传递的实体的全局唯一标识符 (GUID) 或确切名称。
- MemberId
- MemberIdentifier
由引用传递的成员的标识符。
- ModelId
- Identifier
由引用传递的模型的全局唯一标识符 (GUID) 或确切名称。
- VersionId
- Identifier
由引用传递的模型版本的全局唯一标识符 (GUID) 或确切名称。
- OperationResult
- OperationResult
此方法返回时,包含操作结果。 此参数未经初始化即被传递。
返回
附加到成员的成员批注集合。