Partilhar via


Método ServiceClient.DataQualityInstalledState

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

Determines whether the DQS is properly installed and configured to work with Master Data Services with the specified setting.

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

Sintaxe

'Declaração
Public Function DataQualityInstalledState ( _
    International As International, _
    <OutAttribute> ByRef OperationResult As OperationResult _
) As Boolean
'Uso
Dim instance As ServiceClient
Dim International As International
Dim OperationResult As OperationResult
Dim returnValue As Boolean

returnValue = instance.DataQualityInstalledState(International, _
    OperationResult)
public bool DataQualityInstalledState(
    International International,
    out OperationResult OperationResult
)
public:
bool DataQualityInstalledState(
    International^ International, 
    [OutAttribute] OperationResult^% OperationResult
)
member DataQualityInstalledState : 
        International:International * 
        OperationResult:OperationResult byref -> bool
public function DataQualityInstalledState(
    International : International, 
    OperationResult : OperationResult
) : boolean

Parâmetros

Valor de retorno

Tipo: System.Boolean
true if the DQS is properly installed and configured to work with Master Data Services; otherwise, false.

Consulte também

Referência

ServiceClient Classe

Namespace Microsoft.MasterDataServices