Freigeben über


IService.DataQualityInstalledState-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Returns the state of the installed DQS.

Namespace:  Microsoft.MasterDataServices.Services.ServiceContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

'Declaration
<OperationContractAttribute> _
<FaultContractAttribute(GetType(EditionExpiredMessage))> _
Function DataQualityInstalledState ( _
    request As DataQualityInstalledStateRequest _
) As DataQualityInstalledStateResponse
'Usage
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

Parameter

Rückgabewert

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

Siehe auch

Verweis

IService Schnittstelle

Microsoft.MasterDataServices.Services.ServiceContracts-Namespace