Classe FullTextIndex

The FullTextIndex object represents a Microsoft Search full-text index.

Gerarchia di ereditarietà

System.Object
  Microsoft.SqlServer.Management.Smo.SmoObjectBase
    Microsoft.SqlServer.Management.Smo.SqlSmoObject
      Microsoft.SqlServer.Management.Smo.FullTextIndex

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)> _
<PhysicalFacetAttribute> _
Public NotInheritable Class FullTextIndex _
    Inherits SqlSmoObject _
    Implements ISfcSupportsDesignMode, ICreatable, IAlterable, IDroppable,  _
    IScriptable
'Utilizzo
Dim instance As FullTextIndex
[EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)]
[PhysicalFacetAttribute]
public sealed class FullTextIndex : SqlSmoObject, 
    ISfcSupportsDesignMode, ICreatable, IAlterable, IDroppable, IScriptable
[EvaluationModeAttribute(AutomatedPolicyEvaluationMode::CheckOnSchedule)]
[PhysicalFacetAttribute]
public ref class FullTextIndex sealed : public SqlSmoObject, 
    ISfcSupportsDesignMode, ICreatable, IAlterable, IDroppable, IScriptable
[<SealedAttribute>]
[<EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)>]
[<PhysicalFacetAttribute>]
type FullTextIndex =  
    class 
        inherit SqlSmoObject 
        interface ISfcSupportsDesignMode 
        interface ICreatable 
        interface IAlterable 
        interface IDroppable 
        interface IScriptable 
    end
public final class FullTextIndex extends SqlSmoObject implements ISfcSupportsDesignMode, ICreatable, IAlterable, IDroppable, IScriptable

Nel tipo FullTextIndex sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico FullTextIndex() Initializes a new instance of the FullTextIndex class.
Metodo pubblico FullTextIndex(TableViewBase) Initializes a new instance of the FullTextCatalog class on the specified parent table or view object.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica CatalogName Gets or sets the full-text catalog that supports full-text queries for the referenced full-text index.
Proprietà pubblica ChangeTracking Gets or sets the type of change tracking that is used by the referenced full-text index.
Proprietà pubblica DocumentsProcessed Gets the number of documents already processed in the current active crawl on the referenced full-text index.
Proprietà pubblica FilegroupName Gets the name of the file group in which the full-text index is stored.
Proprietà pubblica IndexedColumns Represents a collection of FullTextIndexColumn objects. Each FullTextIndexColumn object represents a full-text indexed column on the full-text index.
Proprietà pubblica IsEnabled Gets the Boolean property value that specifies whether the referenced full-text index is configured to participate in Microsoft Search full-text indexing.
Proprietà pubblica ItemCount Gets the number of full-text indexed items.
Proprietà pubblica NumberOfFailures Gets the number of documents that failed to be full-text indexed.
Proprietà pubblica Parent Gets the Table object that is the parent of the FullTextIndex object.
Proprietà pubblica PendingChanges Gets the number of pending entries the full-text index has to process.
Proprietà pubblica PopulationStatus Gets the type of population in progress.
Proprietà pubblica Properties Gets a collection of Property objects that represent the object properties. Ereditato da SqlSmoObject.
Proprietà pubblica SearchPropertyListName Gets or sets the String which contains the name of the SearchPropertyList associated with this object.
Proprietà pubblica State Gets the state of the referenced object. Ereditato da SmoObjectBase.
Proprietà pubblica StopListName Gets the name of the full-text Search stop list.
Proprietà pubblica StopListOption Gets the stop list option associated with the full-text index.
Proprietà pubblica UniqueIndexName Gets or sets a unique name for the full-text index.
Proprietà pubblica Urn Gets the Uniform Resource Name (URN) address value that uniquely identifies the object. Ereditato da SqlSmoObject.
Proprietà pubblica UserData Gets or sets user-defined data associated with the referenced object. Ereditato da SmoObjectBase.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Alter() Updates any FullTextIndex object property changes on the instance of SQL Server. 
Metodo pubblico Alter(Boolean) Updates any FullTextIndex object property changes on the instance of SQL Server with the option to specify whether the full-text index is automatically populated after columns are added or removed. 
Metodo pubblico Create() Creates a full-text index on the instance of SQL Server as defined by the FullTextIndex object.
Metodo pubblico Create(Boolean) Creates a full-text index on the instance of SQL Server as defined by the FullTextIndex object with the option to specify whether the full-text index is automatically populated after columns are added or removed.
Metodo pubblico Disable Disables the full-text index.
Metodo pubblico Discover Discovers a list of type Object. Ereditato da SqlSmoObject.
Metodo pubblico Drop Removes the full-text index from the instance of SQL Server.
Metodo pubblico Enable Enables the full-text index.
Metodo pubblico Equals Ereditato da Object.
Metodo protetto FormatSqlVariant Formats an object as SqlVariant type. Ereditato da SqlSmoObject.
Metodo protetto GetContextDB Gets the context database that is associated with this object. Ereditato da SqlSmoObject.
Metodo protetto GetDBName Gets the database name that is associated with the object. Ereditato da SqlSmoObject.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo protetto GetPropValue Gets a property value of the SqlSmoObject object. Ereditato da SqlSmoObject.
Metodo protetto GetPropValueOptional Gets a property value of the SqlSmoObject object. Ereditato da SqlSmoObject.
Metodo protetto GetPropValueOptionalAllowNull Gets a property value of the SqlSmoObject object. Ereditato da SqlSmoObject.
Metodo protetto GetServerObject Gets the server of the SqlSmoObject object. Ereditato da SqlSmoObject.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico Initialize() Initializes the object and forces the properties be loaded. Ereditato da SqlSmoObject.
Metodo pubblico Initialize(Boolean) Initializes the object and forces the properties be loaded. Ereditato da SqlSmoObject.
Metodo protetto IsObjectInitialized Verifies whether the object has been initialized. Ereditato da SqlSmoObject.
Metodo protetto IsObjectInSpace Verifies whether the object is isolated or connected to the instance of SQL Server. Ereditato da SqlSmoObject.
Metodo pubblico Refresh Refreshes the full-text index. Esegue l'override di SqlSmoObject.Refresh().
Metodo pubblico Script() Generates a Transact-SQL script that can be used to re-create the full-text index.
Metodo pubblico Script(ScriptingOptions) Generates a Transact-SQL script that can be used to re-create the full-text index as specified by the script options.
Metodo protetto SetParentImpl Sets the parent of the SqlSmoObject to the newParent parameter. Ereditato da SqlSmoObject.
Metodo pubblico StartPopulation Starts the population of the full-text catalog.
Metodo pubblico StopPopulation Stops a full or incremental population of the full-text catalog.
Metodo pubblico ToString Returns a String that represents the referenced object. Ereditato da SqlSmoObject.
Metodo pubblico Validate Validates the state of an object. Ereditato da SmoObjectBase.

In alto

Eventi

  Nome Descrizione
Evento pubblico PropertyChanged Represents the event that occurs when a property is changed. Ereditato da SqlSmoObject.
Evento pubblico PropertyMetadataChanged Represents the event that occurs when property metadata changes. Ereditato da SqlSmoObject.

In alto

Implementazioni esplicite dell'interfaccia

  Nome Descrizione
Implementazione esplicita dell'interfacciaMetodo privato IAlienObject.Discover Discovers any dependencies. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da SqlSmoObject.
Implementazione esplicita dell'interfacciaMetodo privato IAlienObject.GetDomainRoot Returns the root of the domain. Ereditato da SqlSmoObject.
Implementazione esplicita dell'interfacciaMetodo privato IAlienObject.GetParent Gets the parent of this object. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da SqlSmoObject.
Implementazione esplicita dell'interfacciaMetodo privato IAlienObject.GetPropertyType Gets the type of the specified property. Ereditato da SqlSmoObject.
Implementazione esplicita dell'interfacciaMetodo privato IAlienObject.GetPropertyValue Gets the value of the specified property. Ereditato da SqlSmoObject.
Implementazione esplicita dell'interfacciaMetodo privato IAlienObject.GetUrn Gets the Unified Resource Name (URN) of the object. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da SqlSmoObject.
Implementazione esplicita dell'interfacciaMetodo privato IAlienObject.Resolve Gets the instance that contains the information about the object from the Unified Resource Name (URN) of the object. Ereditato da SqlSmoObject.
Implementazione esplicita dell'interfacciaMetodo privato IAlienObject.SetObjectState Sets the object state to the specified SfcObjectState value. Ereditato da SqlSmoObject.
Implementazione esplicita dell'interfacciaMetodo privato IAlienObject.SetPropertyValue Sets the property value. Ereditato da SqlSmoObject.
Implementazione esplicita dell'interfacciaMetodo privato ISfcPropertyProvider.GetPropertySet Gets the interface reference to the set of properties of this object. Ereditato da SqlSmoObject.
Implementazione esplicita dell'interfacciaProprietà privata ISfcSupportsDesignMode.IsDesignMode Gets a Boolean value that indicates whether the object supports design mode. Identificato solo a scopo informativo. Non supportato. Non è garantita la compatibilità con le versioni future.

In alto

Osservazioni

To get FullTextIndex object properties, users can be a member of the public fixed server role.

To set FullTextIndex object properties, users must be a member of the sysadmin fixed server role or the db_owner or db_ddladmin fixed database roles.

To create or drop a full-text index, users must be a member of the sysadmin fixed server role or the db_owner or db_ddladmin fixed database roles.

To enable, disable, start or stop populating the full-text index, users must be a member of the sysadmin fixed server role or the db_owner or db_ddladmin fixed database roles.

Thread Safety

Tutti i membri statici pubblici (Shared in Microsoft Visual Basic) di questo tipo sono sicuri per le operazioni a thread multipli. Non è invece garantita la sicurezza dei membri dell'istanza.

Esempi

Implementazione della ricerca full-text

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.SqlServer.Management.Smo

Altre risorse

Cenni preliminari sulla ricerca full-text

CREATE FULLTEXT INDEX (Transact-SQL)