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
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Private Function EntityMemberAnnotationsGet ( _
request As EntityMemberAnnotationsGetRequest _
) As EntityMemberAnnotationsGetResponse Implements IService.EntityMemberAnnotationsGet
'Usage
Dim instance As ServiceClient
Dim request As EntityMemberAnnotationsGetRequest
Dim returnValue As EntityMemberAnnotationsGetResponse
returnValue = CType(instance, IService).EntityMemberAnnotationsGet(request)
EntityMemberAnnotationsGetResponseIService.EntityMemberAnnotationsGet(
EntityMemberAnnotationsGetRequest request
)
private:
virtual EntityMemberAnnotationsGetResponse^ EntityMemberAnnotationsGet(
EntityMemberAnnotationsGetRequest^ request
) sealed = IService::EntityMemberAnnotationsGet
private abstract EntityMemberAnnotationsGet :
request:EntityMemberAnnotationsGetRequest -> EntityMemberAnnotationsGetResponse
private override EntityMemberAnnotationsGet :
request:EntityMemberAnnotationsGetRequest -> EntityMemberAnnotationsGetResponse
JScript unterstützt die Verwendung expliziter Schnittstellenimplementierungen, aber nicht die Deklaration neuer Schnittstellenimplementierungen.
Parameter
- request
Typ: Microsoft.MasterDataServices.EntityMemberAnnotationsGetRequest
The get request.
Rückgabewert
Typ: Microsoft.MasterDataServices.EntityMemberAnnotationsGetResponse
The EntityMemberAnnotationsGetResponse for the operation.
Implementiert
IService.EntityMemberAnnotationsGet(EntityMemberAnnotationsGetRequest)