ServiceClient.IService.DataQualityInstalledState メソッド
この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
DQS 状態を取得します。DQS が正しくインストールされ、マスター データ サービス で動作するように構成されている場合、応答は正の値になります。
名前空間: Microsoft.MasterDataServices
アセンブリ: Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)
構文
'宣言
Private Function DataQualityInstalledState ( _
request As DataQualityInstalledStateRequest _
) As DataQualityInstalledStateResponse Implements IService.DataQualityInstalledState
'使用
Dim instance As ServiceClient
Dim request As DataQualityInstalledStateRequest
Dim returnValue As DataQualityInstalledStateResponse
returnValue = CType(instance, IService).DataQualityInstalledState(request)
DataQualityInstalledStateResponseIService.DataQualityInstalledState(
DataQualityInstalledStateRequest request
)
private:
virtual DataQualityInstalledStateResponse^ DataQualityInstalledState(
DataQualityInstalledStateRequest^ request
) sealed = IService::DataQualityInstalledState
private abstract DataQualityInstalledState :
request:DataQualityInstalledStateRequest -> DataQualityInstalledStateResponse
private override DataQualityInstalledState :
request:DataQualityInstalledStateRequest -> DataQualityInstalledStateResponse
JScript は明示的なインターフェイス実装の使用をサポートしていますが、新規の宣言はサポートしていません。
パラメーター
- request
型: Microsoft.MasterDataServices.DataQualityInstalledStateRequest
状態要求。
戻り値
型: Microsoft.MasterDataServices.DataQualityInstalledStateResponse
操作の DataQualityInstalledStateResponse。
実装
IService.DataQualityInstalledState(DataQualityInstalledStateRequest)