IService.SystemPropertiesGet(SystemPropertiesGetRequest) メソッド

定義

システムに関する変更できないプロパティを取得します。

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

パラメーター

戻り値

属性

注釈

この操作は SystemPropertiesGet(SystemPropertiesGetRequest) 、システムに関して使用可能な読み取り専用プロパティを取得します。 この操作には要求パラメーターがなく、使用可能なすべてのシステム プロパティで応答します。 この操作では現在、データベース のディスク サイズ情報が提供されていますが、この操作は将来、他の値を含むように拡張される可能性があります。

システム プロパティには、次のものが含まれます。

  • DatabaseSchemaVersion: インストールされている MDS スキーマのバージョン。

適用対象