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
參數
- International
型別:Microsoft.MasterDataServices.International
The cultural settings.
- OperationResult
型別:Microsoft.MasterDataServices.OperationResult%
When this method returns, contains the operation result. This parameter is passed uninitialized.
傳回值
型別:System.Boolean
true if the DQS is properly installed and configured to work with Master Data Services; otherwise, false.