IService.SystemPropertiesGet(SystemPropertiesGetRequest) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索有关系统的不可变属性。
public:
Microsoft::MasterDataServices::Services::MessageContracts::SystemPropertiesGetResponse ^ SystemPropertiesGet(Microsoft::MasterDataServices::Services::MessageContracts::SystemPropertiesGetRequest ^ request);
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))]
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))]
[System.ServiceModel.OperationContract]
public Microsoft.MasterDataServices.Services.MessageContracts.SystemPropertiesGetResponse SystemPropertiesGet (Microsoft.MasterDataServices.Services.MessageContracts.SystemPropertiesGetRequest request);
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))>]
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))>]
[<System.ServiceModel.OperationContract>]
abstract member SystemPropertiesGet : Microsoft.MasterDataServices.Services.MessageContracts.SystemPropertiesGetRequest -> Microsoft.MasterDataServices.Services.MessageContracts.SystemPropertiesGetResponse
Public Function SystemPropertiesGet (request As SystemPropertiesGetRequest) As SystemPropertiesGetResponse
参数
- request
- SystemPropertiesGetRequest
返回
- 属性
注解
该 SystemPropertiesGet(SystemPropertiesGetRequest) 操作检索有关系统的可用只读属性。 此操作没有请求参数,并使用所有可用的系统属性进行响应。 此操作当前提供数据库磁盘大小信息,但此操作可以扩展为将来包含其他值。
系统属性包括以下内容:
- DatabaseSchemaVersion:安装的 MDS 架构的版本。