Метод 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
Параметры
- request
Тип: Microsoft.MasterDataServices.Services.MessageContracts.DataQualityInstalledStateRequest
The request operation.
Возвращаемое значение
Тип: Microsoft.MasterDataServices.Services.MessageContracts.DataQualityInstalledStateResponse
The response to the requested operation.
См. также
Справочник
Пространство имен Microsoft.MasterDataServices.Services.ServiceContracts