ServiceClient.IService.SystemPropertiesGet(SystemPropertiesGetRequest) 方法

定义

检索有关系统的不可变属性。

 virtual Microsoft::MasterDataServices::SystemPropertiesGetResponse ^ Microsoft.MasterDataServices.IService.SystemPropertiesGet(Microsoft::MasterDataServices::SystemPropertiesGetRequest ^ request) = Microsoft::MasterDataServices::IService::SystemPropertiesGet;
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
Microsoft.MasterDataServices.SystemPropertiesGetResponse IService.SystemPropertiesGet (Microsoft.MasterDataServices.SystemPropertiesGetRequest request);
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
abstract member Microsoft.MasterDataServices.IService.SystemPropertiesGet : Microsoft.MasterDataServices.SystemPropertiesGetRequest -> Microsoft.MasterDataServices.SystemPropertiesGetResponse
override this.Microsoft.MasterDataServices.IService.SystemPropertiesGet : Microsoft.MasterDataServices.SystemPropertiesGetRequest -> Microsoft.MasterDataServices.SystemPropertiesGetResponse
Function SystemPropertiesGet (request As SystemPropertiesGetRequest) As SystemPropertiesGetResponse Implements IService.SystemPropertiesGet

参数

request
SystemPropertiesGetRequest

获取请求。

返回

针对操作的 SystemPropertiesGetResponse

实现

属性

适用于