Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Retrieves the DQS state – the response is positive if DQS is properly installed and configured to work with Master Data Services.
Namespace: Microsoft.MasterDataServices.Services
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Syntax
'Declaration
Public Function DataQualityInstalledState ( _
request As DataQualityInstalledStateRequest _
) As DataQualityInstalledStateResponse
'Usage
Dim instance As Service
Dim request As DataQualityInstalledStateRequest
Dim returnValue As DataQualityInstalledStateResponse
returnValue = instance.DataQualityInstalledState(request)
public DataQualityInstalledStateResponse DataQualityInstalledState(
DataQualityInstalledStateRequest request
)
public:
virtual DataQualityInstalledStateResponse^ DataQualityInstalledState(
DataQualityInstalledStateRequest^ request
) sealed
abstract DataQualityInstalledState :
request:DataQualityInstalledStateRequest -> DataQualityInstalledStateResponse
override DataQualityInstalledState :
request:DataQualityInstalledStateRequest -> DataQualityInstalledStateResponse
public final function DataQualityInstalledState(
request : DataQualityInstalledStateRequest
) : DataQualityInstalledStateResponse
Parameter
- request
Typ: Microsoft.MasterDataServices.Services.MessageContracts.DataQualityInstalledStateRequest
The state request.
Rückgabewert
Typ: Microsoft.MasterDataServices.Services.MessageContracts.DataQualityInstalledStateResponse
The DataQualityInstalledStateResponse for the operation.
Implementiert
IService.DataQualityInstalledState(DataQualityInstalledStateRequest)