次の方法で共有


ServiceClient.IService.ServiceVersionGet(ServiceVersionGetRequest) メソッド

定義

サービスのバージョンを取得します。

 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

パラメーター

request
ServiceVersionGetRequest

サービスのバージョンを取得するための要求。

戻り値

操作の ServiceVersionGetResponse

実装

属性

適用対象