ServiceClient.DataQualityInstalledState 方法

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

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

命名空间:  Microsoft.MasterDataServices
程序集:  Microsoft.MasterDataServices(在 Microsoft.MasterDataServices.dll 中)

语法

声明
Public Function DataQualityInstalledState ( _
    International As International, _
    <OutAttribute> ByRef OperationResult As OperationResult _
) As Boolean
用法
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

参数

返回值

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

请参阅

参考

ServiceClient 类

Microsoft.MasterDataServices 命名空间