Condividi tramite


Classe DataQualityKnowledgeBasesGetResponse

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

Represents the response resulting from a DQS operation.

Gerarchia di ereditarietà

System.Object
  Microsoft.MasterDataServices.DataQualityKnowledgeBasesGetResponse

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

Sintassi

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

Nel tipo DataQualityKnowledgeBasesGetResponse sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico DataQualityKnowledgeBasesGetResponse() Infrastruttura. Initializes new instance of the DataQualityKnowledgeBasesGetResponse class.
Metodo pubblico DataQualityKnowledgeBasesGetResponse(Collection<Knowledgebase>, OperationResult) Infrastruttura. Initializes new instance of the DataQualityKnowledgeBasesGetResponse class with specified properties.

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 KnowledgeBases Infrastruttura. Specifies the collection of Knowledgebase objects.
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