Metoda IService.EntityMemberAnnotationsGet
Pobiera adnotacje dołączone do element członkowski.
Przestrzeń nazw: Microsoft.MasterDataServices.Services.ServiceContracts
Zestaw: Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)
Składnia
'Deklaracja
<OperationContractAttribute> _
Function EntityMemberAnnotationsGet ( _
request As EntityMemberAnnotationsGetRequest _
) As EntityMemberAnnotationsGetResponse
'Użycie
Dim instance As IService
Dim request As EntityMemberAnnotationsGetRequest
Dim returnValue As EntityMemberAnnotationsGetResponse
returnValue = instance.EntityMemberAnnotationsGet(request)
[OperationContractAttribute]
EntityMemberAnnotationsGetResponse EntityMemberAnnotationsGet(
EntityMemberAnnotationsGetRequest request
)
[OperationContractAttribute]
EntityMemberAnnotationsGetResponse^ EntityMemberAnnotationsGet(
EntityMemberAnnotationsGetRequest^ request
)
[<OperationContractAttribute>]
abstract EntityMemberAnnotationsGet :
request:EntityMemberAnnotationsGetRequest -> EntityMemberAnnotationsGetResponse
function EntityMemberAnnotationsGet(
request : EntityMemberAnnotationsGetRequest
) : EntityMemberAnnotationsGetResponse
Parametry
- request
Typ: Microsoft.MasterDataServices.Services.MessageContracts.EntityMemberAnnotationsGetRequest
Żądania get.
Wartość zwracana
Typ: Microsoft.MasterDataServices.Services.MessageContracts.EntityMemberAnnotationsGetResponse
EntityMemberAnnotationsGetResponse.
Zobacz także