ServiceClient.DataQualityInstalledState Method (International, OperationResult)

 

Applies To: SQL Server 2016 Preview

This API supports the product infrastructure and is not intended to be used directly from your code.

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 (in Microsoft.MasterDataServices.dll)

Syntax

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 As International,
    <OutAttribute> ByRef OperationResult As OperationResult
) As Boolean

Parameters

Return Value

Type: System.Boolean

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

See Also

ServiceClient Class
Microsoft.MasterDataServices Namespace

Return to top