此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Returns the state of the installed DQS.
命名空间: Microsoft.MasterDataServices.Services.ServiceContracts
程序集: Microsoft.MasterDataServices.Services.Contracts(在 Microsoft.MasterDataServices.Services.Contracts.dll 中)
语法
声明
<OperationContractAttribute> _
<FaultContractAttribute(GetType(EditionExpiredMessage))> _
Function DataQualityInstalledState ( _
request As DataQualityInstalledStateRequest _
) As DataQualityInstalledStateResponse
用法
Dim instance As IService
Dim request As DataQualityInstalledStateRequest
Dim returnValue As DataQualityInstalledStateResponse
returnValue = instance.DataQualityInstalledState(request)
[OperationContractAttribute]
[FaultContractAttribute(typeof(EditionExpiredMessage))]
DataQualityInstalledStateResponse DataQualityInstalledState(
DataQualityInstalledStateRequest request
)
[OperationContractAttribute]
[FaultContractAttribute(typeof(EditionExpiredMessage))]
DataQualityInstalledStateResponse^ DataQualityInstalledState(
DataQualityInstalledStateRequest^ request
)
[<OperationContractAttribute>]
[<FaultContractAttribute(typeof(EditionExpiredMessage))>]
abstract DataQualityInstalledState :
request:DataQualityInstalledStateRequest -> DataQualityInstalledStateResponse
function DataQualityInstalledState(
request : DataQualityInstalledStateRequest
) : DataQualityInstalledStateResponse
参数
- request
类型:Microsoft.MasterDataServices.Services.MessageContracts.DataQualityInstalledStateRequest
The request operation.
返回值
类型:Microsoft.MasterDataServices.Services.MessageContracts.DataQualityInstalledStateResponse
The response to the requested operation.