Compartir a través de


Clase Knowledgebase

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Represents a knowledgebase in DQS.

Jerarquía de herencia

System.Object
  Microsoft.MasterDataServices.Knowledgebase

Espacio de nombres:  Microsoft.MasterDataServices
Ensamblado:  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Sintaxis

'Declaración
<DataContractAttribute(Name := "Knowledgebase", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class Knowledgebase _
    Implements IExtensibleDataObject
'Uso
Dim instance As Knowledgebase
[DataContractAttribute(Name = "Knowledgebase", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class Knowledgebase : IExtensibleDataObject
[DataContractAttribute(Name = L"Knowledgebase", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class Knowledgebase : IExtensibleDataObject
[<DataContractAttribute(Name = "Knowledgebase", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type Knowledgebase =  
    class
        interface IExtensibleDataObject
    end
public class Knowledgebase implements IExtensibleDataObject

El tipo Knowledgebase expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público Knowledgebase Infraestructura. Initializes a new instance of the Knowledgebase class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Description Infraestructura. Gets or sets the description of the knowledgebase.
Propiedad pública Domains Infraestructura. Gets or sets the collection of DQS domains.
Propiedad pública ExtensionData Infraestructura. Gets or sets the object that contains extra data.
Propiedad pública Id Infraestructura. Gets or sets the integer that identifies the knowledgebase.
Propiedad pública MatchingPolicy Infraestructura. Gets or sets the matching policy of the knowledgebase.
Propiedad pública Name Infraestructura. Gets or sets the name of the knowledgebase property.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

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.

Vea también

Referencia

Espacio de nombres Microsoft.MasterDataServices