Metoda ServiceClient.EntityMemberAnnotationsGet
Pobiera adnotacje dołączone do element członkowski.
Przestrzeń nazw: Microsoft.MasterDataServices
Zestaw: Microsoft.MasterDataServices (w Microsoft.MasterDataServices.dll)
Składnia
'Deklaracja
Public Function EntityMemberAnnotationsGet ( _
request As EntityMemberAnnotationsGetRequest _
) As EntityMemberAnnotationsGetResponse
'Użycie
Dim instance As ServiceClient
Dim request As EntityMemberAnnotationsGetRequest
Dim returnValue As EntityMemberAnnotationsGetResponse
returnValue = instance.EntityMemberAnnotationsGet(request)
public EntityMemberAnnotationsGetResponse EntityMemberAnnotationsGet(
EntityMemberAnnotationsGetRequest request
)
public:
virtual EntityMemberAnnotationsGetResponse^ EntityMemberAnnotationsGet(
EntityMemberAnnotationsGetRequest^ request
) sealed
abstract EntityMemberAnnotationsGet :
request:EntityMemberAnnotationsGetRequest -> EntityMemberAnnotationsGetResponse
override EntityMemberAnnotationsGet :
request:EntityMemberAnnotationsGetRequest -> EntityMemberAnnotationsGetResponse
public final function EntityMemberAnnotationsGet(
request : EntityMemberAnnotationsGetRequest
) : EntityMemberAnnotationsGetResponse
Parametry
- request
Typ: Microsoft.MasterDataServices.EntityMemberAnnotationsGetRequest
Żądania get.
Wartość zwracana
Typ: Microsoft.MasterDataServices.EntityMemberAnnotationsGetResponse
An EntityMemberAnnotationsGetResponse.
Implementacje
IService.EntityMemberAnnotationsGet(EntityMemberAnnotationsGetRequest)