Partager via


Classe DataQualityInstalledStateResponse

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Represents the response of a DQS installed state request.

Hiérarchie d'héritage

System.Object
  Microsoft.MasterDataServices.DataQualityInstalledStateResponse

Espace de noms :  Microsoft.MasterDataServices
Assembly :  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Syntaxe

'Déclaration
<MessageContractAttribute(WrapperName := "DataQualityInstalledStateResponse",  _
    WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",  _
    IsWrapped := True)> _
Public Class DataQualityInstalledStateResponse
'Utilisation
Dim instance As DataQualityInstalledStateResponse
[MessageContractAttribute(WrapperName = "DataQualityInstalledStateResponse", 
    WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)]
public class DataQualityInstalledStateResponse
[MessageContractAttribute(WrapperName = L"DataQualityInstalledStateResponse", 
    WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)]
public ref class DataQualityInstalledStateResponse
[<MessageContractAttribute(WrapperName = "DataQualityInstalledStateResponse", 
    WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)>]
type DataQualityInstalledStateResponse =  class end
public class DataQualityInstalledStateResponse

Le type DataQualityInstalledStateResponse expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique DataQualityInstalledStateResponse() Infrastructure. Initializes a new instance of the DataQualityInstalledStateResponse class.
Méthode publique DataQualityInstalledStateResponse(Boolean, OperationResult) Infrastructure. Initializes a new instance of the DataQualityInstalledStateResponse class.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Champs

  Nom Description
Champ public IsInstalled Infrastructure. Specifies a value that indicates whether the service state is installed.
Champ public OperationResult Infrastructure. Specifies the result of an operation.

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.MasterDataServices