IService.DataQualityInstalledState メソッド
この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
インストールされている DQS の状態を返します。
名前空間: Microsoft.MasterDataServices
アセンブリ: Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)
構文
'宣言
<FaultContractAttribute(GetType(EditionExpiredMessage), Action := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/DataQualityInstalledStateEditionExpiredMessageFault", _
Name := "EditionExpiredMessage")> _
<OperationContractAttribute(Action := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/DataQualityInstalledState", _
ReplyAction := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/DataQualityInstalledStateResponse")> _
Function DataQualityInstalledState ( _
request As DataQualityInstalledStateRequest _
) As DataQualityInstalledStateResponse
'使用
Dim instance As IService
Dim request As DataQualityInstalledStateRequest
Dim returnValue As DataQualityInstalledStateResponse
returnValue = instance.DataQualityInstalledState(request)
[FaultContractAttribute(typeof(EditionExpiredMessage), Action = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/DataQualityInstalledStateEditionExpiredMessageFault",
Name = "EditionExpiredMessage")]
[OperationContractAttribute(Action = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/DataQualityInstalledState",
ReplyAction = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/DataQualityInstalledStateResponse")]
DataQualityInstalledStateResponse DataQualityInstalledState(
DataQualityInstalledStateRequest request
)
[FaultContractAttribute(typeof(EditionExpiredMessage), Action = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/DataQualityInstalledStateEditionExpiredMessageFault",
Name = L"EditionExpiredMessage")]
[OperationContractAttribute(Action = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/DataQualityInstalledState",
ReplyAction = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/DataQualityInstalledStateResponse")]
DataQualityInstalledStateResponse^ DataQualityInstalledState(
DataQualityInstalledStateRequest^ request
)
[<FaultContractAttribute(typeof(EditionExpiredMessage), Action = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/DataQualityInstalledStateEditionExpiredMessageFault",
Name = "EditionExpiredMessage")>]
[<OperationContractAttribute(Action = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/DataQualityInstalledState",
ReplyAction = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/DataQualityInstalledStateResponse")>]
abstract DataQualityInstalledState :
request:DataQualityInstalledStateRequest -> DataQualityInstalledStateResponse
function DataQualityInstalledState(
request : DataQualityInstalledStateRequest
) : DataQualityInstalledStateResponse
パラメーター
- request
型: Microsoft.MasterDataServices.DataQualityInstalledStateRequest
要求操作。
戻り値
型: Microsoft.MasterDataServices.DataQualityInstalledStateResponse
要求された操作に対する応答です。