Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Retrieves the annotations attached to a member.
Namespace: Microsoft.MasterDataServices.Services.ServiceContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<OperationContractAttribute> _
<FaultContractAttribute(GetType(EditionExpiredMessage))> _
Function EntityMemberAnnotationsGet ( _
request As EntityMemberAnnotationsGetRequest _
) As EntityMemberAnnotationsGetResponse
'Usage
Dim instance As IService
Dim request As EntityMemberAnnotationsGetRequest
Dim returnValue As EntityMemberAnnotationsGetResponse
returnValue = instance.EntityMemberAnnotationsGet(request)
[OperationContractAttribute]
[FaultContractAttribute(typeof(EditionExpiredMessage))]
EntityMemberAnnotationsGetResponse EntityMemberAnnotationsGet(
EntityMemberAnnotationsGetRequest request
)
[OperationContractAttribute]
[FaultContractAttribute(typeof(EditionExpiredMessage))]
EntityMemberAnnotationsGetResponse^ EntityMemberAnnotationsGet(
EntityMemberAnnotationsGetRequest^ request
)
[<OperationContractAttribute>]
[<FaultContractAttribute(typeof(EditionExpiredMessage))>]
abstract EntityMemberAnnotationsGet :
request:EntityMemberAnnotationsGetRequest -> EntityMemberAnnotationsGetResponse
function EntityMemberAnnotationsGet(
request : EntityMemberAnnotationsGetRequest
) : EntityMemberAnnotationsGetResponse
Parameter
- request
Typ: Microsoft.MasterDataServices.Services.MessageContracts.EntityMemberAnnotationsGetRequest
The get request.
Rückgabewert
Typ: Microsoft.MasterDataServices.Services.MessageContracts.EntityMemberAnnotationsGetResponse
The response to the get operation.
Siehe auch
Verweis
Microsoft.MasterDataServices.Services.ServiceContracts-Namespace