Partager via


Méthode ServiceClient.DataQualityInstalledState

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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

Espace de noms :  Microsoft.MasterDataServices
Assembly :  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Syntaxe

'Déclaration
Public Function DataQualityInstalledState ( _
    International As International, _
    <OutAttribute> ByRef OperationResult As OperationResult _
) As Boolean
'Utilisation
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

Paramètres

Valeur de retour

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

Voir aussi

Référence

ServiceClient Classe

Espace de noms Microsoft.MasterDataServices