Partilhar via


Método IService.DataQualityInstalledState

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Returns the state of the installed DQS.

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)

Sintaxe

'Declaração
<FaultContractAttribute(GetType(EditionExpiredMessage), Action := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/DataQualityInstalledStateEditionExpiredMessageFault",  _
    Name := "EditionExpiredMessage")> _
<OperationContractAttribute(Action := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/DataQualityInstalledState",  _
    ReplyAction := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/DataQualityInstalledStateResponse")> _
Function DataQualityInstalledState ( _
    request As DataQualityInstalledStateRequest _
) As DataQualityInstalledStateResponse
'Uso
Dim instance As IService
Dim request As DataQualityInstalledStateRequest
Dim returnValue As DataQualityInstalledStateResponse

returnValue = instance.DataQualityInstalledState(request)
[FaultContractAttribute(typeof(EditionExpiredMessage), Action = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/DataQualityInstalledStateEditionExpiredMessageFault", 
    Name = "EditionExpiredMessage")]
[OperationContractAttribute(Action = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/DataQualityInstalledState", 
    ReplyAction = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/DataQualityInstalledStateResponse")]
DataQualityInstalledStateResponse DataQualityInstalledState(
    DataQualityInstalledStateRequest request
)
[FaultContractAttribute(typeof(EditionExpiredMessage), Action = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/DataQualityInstalledStateEditionExpiredMessageFault", 
    Name = L"EditionExpiredMessage")]
[OperationContractAttribute(Action = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/DataQualityInstalledState", 
    ReplyAction = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/DataQualityInstalledStateResponse")]
DataQualityInstalledStateResponse^ DataQualityInstalledState(
    DataQualityInstalledStateRequest^ request
)
[<FaultContractAttribute(typeof(EditionExpiredMessage), Action = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/DataQualityInstalledStateEditionExpiredMessageFault", 
    Name = "EditionExpiredMessage")>]
[<OperationContractAttribute(Action = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/DataQualityInstalledState", 
    ReplyAction = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/DataQualityInstalledStateResponse")>]
abstract DataQualityInstalledState : 
        request:DataQualityInstalledStateRequest -> DataQualityInstalledStateResponse
function DataQualityInstalledState(
    request : DataQualityInstalledStateRequest
) : DataQualityInstalledStateResponse

Parâmetros

Valor de retorno

Tipo: Microsoft.MasterDataServices.DataQualityInstalledStateResponse
The response to the requested operation.

Consulte também

Referência

IService Interface

Namespace Microsoft.MasterDataServices