ServiceClient.IService.ServiceVersionGet(ServiceVersionGetRequest) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Recupera la versione del servizio.
virtual Microsoft::MasterDataServices::ServiceVersionGetResponse ^ Microsoft.MasterDataServices.IService.ServiceVersionGet(Microsoft::MasterDataServices::ServiceVersionGetRequest ^ request) = Microsoft::MasterDataServices::IService::ServiceVersionGet;
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
Microsoft.MasterDataServices.ServiceVersionGetResponse IService.ServiceVersionGet (Microsoft.MasterDataServices.ServiceVersionGetRequest request);
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
abstract member Microsoft.MasterDataServices.IService.ServiceVersionGet : Microsoft.MasterDataServices.ServiceVersionGetRequest -> Microsoft.MasterDataServices.ServiceVersionGetResponse
override this.Microsoft.MasterDataServices.IService.ServiceVersionGet : Microsoft.MasterDataServices.ServiceVersionGetRequest -> Microsoft.MasterDataServices.ServiceVersionGetResponse
Function ServiceVersionGet (request As ServiceVersionGetRequest) As ServiceVersionGetResponse Implements IService.ServiceVersionGet
Parametri
- request
- ServiceVersionGetRequest
Richiesta per ottenere la versione del servizio.
Restituisce
Oggetto ServiceVersionGetResponse per l'operazione.
Implementazioni
- Attributi