ServiceClient.IService.SystemPropertiesGet(SystemPropertiesGetRequest) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索有关系统的不可变属性。
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。
实现
- 属性