Condividi tramite


Classe DataQualityInstalledStateResponse

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Represents the response of a DQS installed state request.

Gerarchia di ereditarietà

System.Object
  Microsoft.MasterDataServices.DataQualityInstalledStateResponse

Spazio dei nomi  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Sintassi

'Dichiarazione
<MessageContractAttribute(WrapperName := "DataQualityInstalledStateResponse",  _
    WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",  _
    IsWrapped := True)> _
Public Class DataQualityInstalledStateResponse
'Utilizzo
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

Nel tipo DataQualityInstalledStateResponse sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico DataQualityInstalledStateResponse() Infrastruttura. Initializes a new instance of the DataQualityInstalledStateResponse class.
Metodo pubblico DataQualityInstalledStateResponse(Boolean, OperationResult) Infrastruttura. Initializes a new instance of the DataQualityInstalledStateResponse class.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Campi

  Nome Descrizione
Campo pubblico IsInstalled Infrastruttura. Specifies a value that indicates whether the service state is installed.
Campo pubblico OperationResult Infrastruttura. Specifies the result of an operation.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.MasterDataServices