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 | |
---|---|---|
Knowledgebase | Infrastruttura. Initializes a new instance of the Knowledgebase class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Description | Infrastruttura. Gets or sets the description of the knowledgebase. | |
Domains | Infrastruttura. Gets or sets the collection of DQS domains. | |
ExtensionData | Infrastruttura. Gets or sets the object that contains extra data. | |
Id | Infrastruttura. Gets or sets the integer that identifies the knowledgebase. | |
MatchingPolicy | Infrastruttura. Gets or sets the matching policy of the knowledgebase. | |
Name | Infrastruttura. Gets or sets the name of the knowledgebase property. |
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
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.