Metoda Service.EntityMemberAnnotationsGet
Pobiera adnotacje dołączone do element członkowski.
Przestrzeń nazw: Microsoft.MasterDataServices.Services
Zestaw: Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)
Składnia
'Deklaracja
Public Function EntityMemberAnnotationsGet ( _
request As EntityMemberAnnotationsGetRequest _
) As EntityMemberAnnotationsGetResponse
'Użycie
Dim instance As Service
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.Services.MessageContracts.EntityMemberAnnotationsGetRequest
Uzyskaj żądania.
Wartość zwracana
Typ: Microsoft.MasterDataServices.Services.MessageContracts.EntityMemberAnnotationsGetResponse
EntityMemberAnnotationsGetResponse.
Implementacje
IService.EntityMemberAnnotationsGet(EntityMemberAnnotationsGetRequest)