Clase DataQualityKnowledgeBasesGetResponse
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Represents the response resulting from a DQS operation.
Jerarquía de herencia
System.Object
Microsoft.MasterDataServices.DataQualityKnowledgeBasesGetResponse
Espacio de nombres: Microsoft.MasterDataServices
Ensamblado: Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Sintaxis
'Declaración
<MessageContractAttribute(WrapperName := "DataQualityKnowledgeBasesGetResponse", _
WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class DataQualityKnowledgeBasesGetResponse
'Uso
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
El tipo DataQualityKnowledgeBasesGetResponse expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
DataQualityKnowledgeBasesGetResponse() | Infraestructura. Initializes new instance of the DataQualityKnowledgeBasesGetResponse class. | |
DataQualityKnowledgeBasesGetResponse(Collection<Knowledgebase>, OperationResult) | Infraestructura. Initializes new instance of the DataQualityKnowledgeBasesGetResponse class with specified properties. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Campos
Nombre | Descripción | |
---|---|---|
KnowledgeBases | Infraestructura. Specifies the collection of Knowledgebase objects. | |
OperationResult | Infraestructura. Specifies the result of an operation. |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.