ServiceClient.IService.SystemPropertiesGet メソッド
システムに関する不変プロパティを取得します。
名前空間: Microsoft.MasterDataServices
アセンブリ: Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)
構文
'宣言
Private Function SystemPropertiesGet ( _
request As SystemPropertiesGetRequest _
) As SystemPropertiesGetResponse Implements IService.SystemPropertiesGet
'使用
Dim instance As ServiceClient
Dim request As SystemPropertiesGetRequest
Dim returnValue As SystemPropertiesGetResponse
returnValue = CType(instance, IService).SystemPropertiesGet(request)
SystemPropertiesGetResponseIService.SystemPropertiesGet(
SystemPropertiesGetRequest request
)
private:
virtual SystemPropertiesGetResponse^ SystemPropertiesGet(
SystemPropertiesGetRequest^ request
) sealed = IService::SystemPropertiesGet
private abstract SystemPropertiesGet :
request:SystemPropertiesGetRequest -> SystemPropertiesGetResponse
private override SystemPropertiesGet :
request:SystemPropertiesGetRequest -> SystemPropertiesGetResponse
JScript は明示的なインターフェイス実装の使用をサポートしていますが、新規の宣言はサポートしていません。
パラメーター
- request
型: Microsoft.MasterDataServices.SystemPropertiesGetRequest
取得要求。
戻り値
型: Microsoft.MasterDataServices.SystemPropertiesGetResponse
操作の SystemPropertiesGetResponse。
実装
IService.SystemPropertiesGet(SystemPropertiesGetRequest)