IService.SystemPropertiesGet(SystemPropertiesGetRequest) Método

Definición

Recupera propiedades inmutables acerca del sistema.

public:
 Microsoft::MasterDataServices::SystemPropertiesGetResponse ^ SystemPropertiesGet(Microsoft::MasterDataServices::SystemPropertiesGetRequest ^ request);
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.EditionExpiredMessage), Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemPropertiesGetEditionExpiredMessageFault", Name="EditionExpiredMessage")]
[System.ServiceModel.OperationContract(Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemPropertiesGet", ReplyAction="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemPropertiesGetResponse")]
public Microsoft.MasterDataServices.SystemPropertiesGetResponse SystemPropertiesGet (Microsoft.MasterDataServices.SystemPropertiesGetRequest request);
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.EditionExpiredMessage), Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemPropertiesGetEditionExpiredMessageFault", Name="EditionExpiredMessage")>]
[<System.ServiceModel.OperationContract(Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemPropertiesGet", ReplyAction="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemPropertiesGetResponse")>]
abstract member SystemPropertiesGet : Microsoft.MasterDataServices.SystemPropertiesGetRequest -> Microsoft.MasterDataServices.SystemPropertiesGetResponse
Public Function SystemPropertiesGet (request As SystemPropertiesGetRequest) As SystemPropertiesGetResponse

Parámetros

request
SystemPropertiesGetRequest

Obtener solicitud.

Devoluciones

Nueva instancia de tipo SystemPropertiesGetResponse.

Atributos

Se aplica a