3.1.4.65 SystemPropertiesGet

The SystemPropertiesGet operation retrieves available read-only properties about the system. This operation has no request parameters and responds with all available system properties. This operation currently provides database disk size information, but this operation could be extended to include other values in the future.

System properties include the following:

  • DatabaseSchemaVersion: The version of the MDS schema installed.

The following is the WSDL definition of the SystemPropertiesGet operation.

Applies to MDS 2008R2

     <wsdl:operation name="SystemPropertiesGet">
       <wsdl:input wsaw:Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemPropertiesGet" name="SystemPropertiesGetRequest" message="tns:SystemPropertiesGetRequest" />
       <wsdl:output wsaw:Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemPropertiesGetResponse" name="SystemPropertiesGetResponse" message="tns:SystemPropertiesGetResponse" />
    </wsdl:operation>

Applies to MDS 2012

     <wsdl:operation name="SystemPropertiesGet">
       <wsdl:input wsaw:Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemPropertiesGet" name="SystemPropertiesGetRequest" message="tns:SystemPropertiesGetRequest"/>
       <wsdl:output wsaw:Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemPropertiesGetResponse" name="SystemPropertiesGetResponse" message="tns:SystemPropertiesGetResponse"/>
       <wsdl:fault wsaw:Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemPropertiesGetSkuNotSupportedMessageFault" name="SkuNotSupportedMessageFault" message="tns:IService_SystemPropertiesGet_SkuNotSupportedMessageFault_FaultMessage"/>
       <wsdl:fault wsaw:Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemPropertiesGetEditionExpiredMessageFault" name="EditionExpiredMessageFault" message="tns:IService_SystemPropertiesGet_EditionExpiredMessageFault_FaultMessage"/>
    </wsdl:operation>