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 | |
---|---|---|
![]() |
DataQualityKnowledgeBasesGetResponse() | Infrastruttura. Initializes new instance of the DataQualityKnowledgeBasesGetResponse class. |
![]() |
DataQualityKnowledgeBasesGetResponse(Collection<Knowledgebase>, OperationResult) | Infrastruttura. Initializes new instance of the DataQualityKnowledgeBasesGetResponse class with specified properties. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Equals | Ereditato da Object. |
![]() |
Finalize | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
MemberwiseClone | Ereditato da Object. |
![]() |
ToString | Ereditato da Object. |
In alto
Campi
Nome | Descrizione | |
---|---|---|
![]() |
KnowledgeBases | Infrastruttura. Specifies the collection of Knowledgebase objects. |
![]() |
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.