Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Retrieves the service version.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Private Function ServiceVersionGet ( _
request As ServiceVersionGetRequest _
) As ServiceVersionGetResponse Implements IService.ServiceVersionGet
'Usage
Dim instance As ServiceClient
Dim request As ServiceVersionGetRequest
Dim returnValue As ServiceVersionGetResponse
returnValue = CType(instance, IService).ServiceVersionGet(request)
ServiceVersionGetResponseIService.ServiceVersionGet(
ServiceVersionGetRequest request
)
private:
virtual ServiceVersionGetResponse^ ServiceVersionGet(
ServiceVersionGetRequest^ request
) sealed = IService::ServiceVersionGet
private abstract ServiceVersionGet :
request:ServiceVersionGetRequest -> ServiceVersionGetResponse
private override ServiceVersionGet :
request:ServiceVersionGetRequest -> ServiceVersionGetResponse
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- request
Type: Microsoft.MasterDataServices.ServiceVersionGetRequest
The request to get the service version.
Return Value
Type: Microsoft.MasterDataServices.ServiceVersionGetResponse
The ServiceVersionGetResponse for the operation.
Implements
IService.ServiceVersionGet(ServiceVersionGetRequest)