Condividi tramite


Classe Knowledgebase

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

Represents a knowledgebase in DQS.

Gerarchia di ereditarietà

System.Object
  Microsoft.MasterDataServices.Knowledgebase

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

Sintassi

'Dichiarazione
<DataContractAttribute(Name := "Knowledgebase", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class Knowledgebase _
    Implements IExtensibleDataObject
'Utilizzo
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

Nel tipo Knowledgebase sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico Knowledgebase Infrastruttura. Initializes a new instance of the Knowledgebase class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Description Infrastruttura. Gets or sets the description of the knowledgebase.
Proprietà pubblica Domains Infrastruttura. Gets or sets the collection of DQS domains.
Proprietà pubblica ExtensionData Infrastruttura. Gets or sets the object that contains extra data.
Proprietà pubblica Id Infrastruttura. Gets or sets the integer that identifies the knowledgebase.
Proprietà pubblica MatchingPolicy Infrastruttura. Gets or sets the matching policy of the knowledgebase.
Proprietà pubblica Name Infrastruttura. Gets or sets the name of the knowledgebase property.

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

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