共用方式為


IService.DataQualityInstalledState 方法

此 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

參數

傳回值

型別:Microsoft.MasterDataServices.Services.MessageContracts.DataQualityInstalledStateResponse
The response to the requested operation.

請參閱

參考

IService 介面

Microsoft.MasterDataServices.Services.ServiceContracts 命名空間