Classe Index

The Index object represents a SQL Server index.

Gerarchia di ereditarietà

System.Object
  Microsoft.SqlServer.Management.Smo.SmoObjectBase
    Microsoft.SqlServer.Management.Smo.SqlSmoObject
      Microsoft.SqlServer.Management.Smo.NamedSmoObject
        Microsoft.SqlServer.Management.Smo.ScriptNameObjectBase
          Microsoft.SqlServer.Management.Smo.Index

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 Index _
    Inherits ScriptNameObjectBase _
    Implements ICreatable, IDroppable, IMarkForDrop, IAlterable,  _
    IRenamable, IExtendedProperties, IScriptable, ISfcSupportsDesignMode
'Utilizzo
Dim instance As Index
[EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)]
[PhysicalFacetAttribute]
public sealed class Index : ScriptNameObjectBase, 
    ICreatable, IDroppable, IMarkForDrop, IAlterable, IRenamable, 
    IExtendedProperties, IScriptable, ISfcSupportsDesignMode
[EvaluationModeAttribute(AutomatedPolicyEvaluationMode::CheckOnSchedule)]
[PhysicalFacetAttribute]
public ref class Index sealed : public ScriptNameObjectBase, 
    ICreatable, IDroppable, IMarkForDrop, IAlterable, IRenamable, 
    IExtendedProperties, IScriptable, ISfcSupportsDesignMode
[<SealedAttribute>]
[<EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)>]
[<PhysicalFacetAttribute>]
type Index =  
    class 
        inherit ScriptNameObjectBase 
        interface ICreatable 
        interface IDroppable 
        interface IMarkForDrop 
        interface IAlterable 
        interface IRenamable 
        interface IExtendedProperties 
        interface IScriptable 
        interface ISfcSupportsDesignMode 
    end
public final class Index extends ScriptNameObjectBase implements ICreatable, IDroppable, IMarkForDrop, IAlterable, IRenamable, IExtendedProperties, IScriptable, ISfcSupportsDesignMode

Nel tipo Index sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico Index() Initializes a new instance of the Index class.
Metodo pubblico Index(SqlSmoObject, String) Initializes a new instance of the Index class on the specified parent object and with the specified name.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica BoundingBoxXMax Specifies the x-coordinate of the upper right corner of a bounding box.
Proprietà pubblica BoundingBoxXMin Specifies the x-coordinate of the lower-left corner of a bounding box.
Proprietà pubblica BoundingBoxYMax Specifies the y-coordinate of upper-right corner of a bounding box.
Proprietà pubblica BoundingBoxYMin Specifies the y-coordinate of the lower-left corner of a bounding box.
Proprietà pubblica CellsPerObject Defines the maximum number of cells that tessellation can count per object.
Proprietà pubblica CompactLargeObjects Gets or sets the Boolean property value that specifies whether to compact the large object (LOB) data in the index.
Proprietà pubblica DisallowPageLocks Gets or sets the Boolean property value that specifies whether the index allows page locks.
Proprietà pubblica DisallowRowLocks Gets or sets the Boolean property value that specifies whether the index allows row locks.
Proprietà pubblica Events Gets the index events supported by the Index object.
Proprietà pubblica ExtendedProperties Represents a collection of ExtendedProperty objects. Each ExtendedProperty object represents an extended property defined on the Index object.
Proprietà pubblica FileGroup Gets or sets the filegroup where the index pages are stored.
Proprietà pubblica FileStreamFileGroup Gets or Sets the file group name for the index.
Proprietà pubblica FileStreamPartitionScheme Gets or Sets the partition scheme name for the index.
Proprietà pubblica FillFactor Gets or sets the percentage of an index page to fill when the index is created or re-created.
Proprietà pubblica FilterDefinition Gets or sets the String value that contains the definition for the filter.
Proprietà pubblica HasCompressedPartitions Gets or sets the Boolean property value that specifies whether the index has compressed partitions.
Proprietà pubblica HasFilter Gets the Boolean property value that specifies whether the index has a filter defined for a range of index values.
Proprietà pubblica ID Gets the index ID value that uniquely identifies the index within the database.
Proprietà pubblica IgnoreDuplicateKeys Gets or sets the Boolean property value that specifies whether the index ignores duplicate keys.
Proprietà pubblica IndexedColumns Gets a collection of IndexedColumn objects that represent all the columns participating in the index.
Proprietà pubblica IndexedXmlPathName Gets or sets the name of the indexed XML path.
Proprietà pubblica IndexedXmlPathNamespaces Gets the collection of indexed XML path namespace.
Proprietà pubblica IndexedXmlPaths Gets or sets the collection of indexed XML paths.
Proprietà pubblica IndexKeyType Gets or sets the index key type.
Proprietà pubblica IndexType Gets or sets the type of index.
Proprietà pubblica IsClustered Gets or sets the Boolean property value that specifies whether the index is clustered.
Proprietà pubblica IsDisabled Gets or sets the Boolean property value that specifies whether the index is disabled.
Proprietà pubblica IsFileTableDefined Gets or sets whether the file table is defined.
Proprietà pubblica IsFullTextKey Gets the Boolean value that specifies whether the index is enabled for row identification in Microsoft Search.
Proprietà pubblica IsIndexOnComputed Gets the Boolean property value that specifies whether the index is based on a computed column.
Proprietà pubblica IsIndexOnTable Gets the Boolean property value that specifies whether the index is defined for a table or a view.
Proprietà pubblica IsPartitioned Gets the Boolean property value that specifies whether the index is stored in a partitioned scheme.
Proprietà pubblica IsSpatialIndex Gets a value that indicates whether an index is a spatial index.
Proprietà pubblica IsSystemNamed Gets the Boolean property value that specifies whether the index was named automatically by the system.
Proprietà pubblica IsSystemObject Gets the Boolean property value that specifies whether the index is a system object.
Proprietà pubblica IsUnique Gets or sets the Boolean property value that specifies whether the index is unique or not.
Proprietà pubblica IsXmlIndex Gets or sets the Boolean property value that specifies whether the index is an XML index.
Proprietà pubblica Level1Grid Gets or sets the first level of decomposition for a geometry data type.
Proprietà pubblica Level2Grid Specifies the second level of decomposition for a geometry data type.
Proprietà pubblica Level3Grid Specifies the third level of decomposition for a geometry data type.
Proprietà pubblica Level4Grid Gets or sets the fourth level of decomposition for a geometry data type.
Proprietà pubblica MaximumDegreeOfParallelism Gets or sets the maximum number of processors that can be used when running a query that uses the index.
Proprietà pubblica Name Gets or sets the name of the index. Esegue l'override di NamedSmoObject.Name.
Proprietà pubblica NoAutomaticRecomputation Gets or sets the Boolean property value that specifies whether statistics are regenerated when an index is created.
Proprietà pubblica OnlineIndexOperation Gets or sets the Boolean property value that specifies whether the index will be kept online during index operations thus allowing access to the data.
Proprietà pubblica PadIndex Gets or sets the Boolean property value that specifies whether space is left open on each page of the intermediate levels of the index.
Proprietà pubblica Parent Gets or sets the SqlSmoObject object that is the parent of the Index object.
Proprietà pubblica ParentXmlIndex Gets or sets the parent of an XML index.
Proprietà pubblica PartitionScheme Gets or sets the partition scheme associated with the index.
Proprietà pubblica PartitionSchemeParameters Represents a collection of PartitionSchemeParameter objects. Each PartitionSchemeParameter object represents a parameter in the partition scheme associated with the index.
Proprietà pubblica PhysicalPartitions Gets a collection of PhysicalPartition objects that represent all the physical partitions on which the index is stored.
Proprietà pubblica Properties Gets a collection of Property objects that represent the object properties. Ereditato da SqlSmoObject.
Proprietà pubblica SecondaryXmlIndexType Gets or sets the secondary XML index type.
Proprietà pubblica SortInTempdb Gets or sets the Boolean property value that specifies whether the index is sorted using the tempdb database for intermediate storage of data.
Proprietà pubblica SpaceUsed Gets or sets the disk space used to store the index data in kilobytes.
Proprietà pubblica SpatialIndexType Gets or sets the Spatial Index Type for a column.
Proprietà pubblica State Gets the state of the referenced object. Ereditato da SmoObjectBase.
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 Index object property changes on the instance of SQL Server.
Metodo pubblico Alter(IndexOperation) Updates any Index object property changes on the instance of SQL Server for a specified index operation.
Metodo pubblico AlterAllIndexes Updates any Index object property changes for all indexes on the instance of SQL Server for a specified index operation.
Metodo pubblico CheckIndex Tests the integrity of database pages that store the index.
Metodo pubblico CheckIndexWithResult Tests the integrity of database pages that store the index.
Metodo pubblico Create Creates an index on the instance of SQL Server as defined by the Index object.
Metodo pubblico Disable Disables the index.
Metodo pubblico Discover Discovers a list of type Object. Ereditato da SqlSmoObject.
Metodo pubblico Drop Drops the index.
Metodo pubblico DropAndMove(String) Drops a clustered index and moves the underlying table data to the specified filegroup.
Metodo pubblico DropAndMove(String, StringCollection) Drops a clustered index and moves the underlying table data to the partition scheme with the specified partition scheme parameters.
Metodo pubblico Enable Enables the index.
Metodo pubblico EnumFragmentation() Enumerates a list of fragmentation information for the index using the default fast fragmentation option.
Metodo pubblico EnumFragmentation(FragmentationOption) Enumerates a list of fragmentation information for the index with the specified fragmentation option.
Metodo pubblico EnumFragmentation(FragmentationOption, Int32) Enumerates a list of fragmentation information for the index with the specified fragmentation option and partition number.
Metodo pubblico EnumStatistics Enumerates a list of statistical information for the 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 MarkForDrop Marks the index to be dropped the next time that the Alter method is run on the Index object's parent object.
Metodo pubblico Rebuild() Rebuilds the index.
Metodo pubblico Rebuild(Int32) Rebuilds the index on the partition with the specified partition number.
Metodo pubblico RebuildAllIndexes Rebuilds all the indexes.
Metodo pubblico RecalculateSpaceUsage Updates the disk resource usage of the index.
Metodo pubblico Recreate Re-creates the index.
Metodo pubblico Refresh Refreshes the Index object and its properties. Esegue l'override di ScriptNameObjectBase.Refresh().
Metodo pubblico Rename Renames the index.
Metodo pubblico Reorganize Reorganizes the index based on current property settings.
Metodo pubblico ReorganizeAllIndexes Reorganizes all the indexes based on current property settings.
Metodo pubblico Script() Generates a Transact-SQL script that can be used to re-create the index.
Metodo pubblico Script(ScriptingOptions) Generates a Transact-SQL script that can be used to re-create the 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 ToString Returns a String that represents the referenced object. Ereditato da SqlSmoObject.
Metodo pubblico UpdateStatistics() Updates statistics for the referenced index.
Metodo pubblico UpdateStatistics(StatisticsScanType) Updates statistics for the referenced index with the specified statistics scan type.
Metodo pubblico UpdateStatistics(StatisticsScanType, Int32) Updates statistics for the referenced index with the specified statistics scan type and specified sample size.
Metodo pubblico UpdateStatistics(StatisticsScanType, Int32, Boolean) Updates statistics for the referenced index with the specified statistics scan type and specified sample size and with the option to recompute the statistics.
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.

In alto

Osservazioni

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

To set Index object properties, create or drop an index, update statistics on an index, or rebuild, reorganize, or re-create an index, users must have one of the following:

  • ALTER permission on the parent table or view

  • Membership of the db_owner or the db_ddladmin fixed database roles

  • Membership of the sysadmin fixed server role

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

Creazione, modifica e rimozione di indici

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

Indici

CREATE INDEX (Transact-SQL)