Freigeben über


Index-Klasse

Model schema container class for Index

Vererbungshierarchie

System.Object
  Microsoft.SqlServer.Dac.Model.Index

Namespace:  Microsoft.SqlServer.Dac.Model
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Syntax

'Declaration
Public NotInheritable Class Index
'Usage
public static class Index
public ref class Index abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type Index =  class end
public final class Index

Der Index-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche EigenschaftStatisches Element AllowPageLocks AllowPageLocks property class of Index
Öffentliche EigenschaftStatisches Element AllowRowLocks AllowRowLocks property class of Index
Öffentliche EigenschaftStatisches Element BodyDependencies BodyDependencies relationship class of Index
Öffentliche EigenschaftStatisches Element Clustered Clustered property class of Index
Öffentliche EigenschaftStatisches Element Columns Columns relationship class of Index
Öffentliche EigenschaftStatisches Element DataCompressionOptions DataCompressionOptions relationship class of Index
Öffentliche EigenschaftStatisches Element Disabled Disabled property class of Index
Öffentliche EigenschaftStatisches Element Filegroup Filegroup relationship class of Index
Öffentliche EigenschaftStatisches Element FileStreamFilegroup FileStreamFilegroup relationship class of Index
Öffentliche EigenschaftStatisches Element FileStreamNull FileStreamNull property class of Index
Öffentliche EigenschaftStatisches Element FileStreamPartitionScheme FileStreamPartitionScheme relationship class of Index
Öffentliche EigenschaftStatisches Element FillFactor FillFactor property class of Index
Öffentliche EigenschaftStatisches Element FilterPredicate FilterPredicate property class of Index
Öffentliche EigenschaftStatisches Element IgnoreDuplicateKey IgnoreDuplicateKey property class of Index
Öffentliche EigenschaftStatisches Element IncludedColumns IncludedColumns relationship class of Index
Öffentliche EigenschaftStatisches Element IndexedObject IndexedObject relationship class of Index
Öffentliche EigenschaftStatisches Element PartitionColumn PartitionColumn relationship class of Index
Öffentliche EigenschaftStatisches Element PartitionScheme PartitionScheme relationship class of Index
Öffentliche EigenschaftStatisches Element RecomputeStatistics RecomputeStatistics property class of Index
Öffentliche EigenschaftStatisches Element TypeClass Type class for Index
Öffentliche EigenschaftStatisches Element Unique Unique property class of Index
Öffentliche EigenschaftStatisches Element WithPadIndex WithPadIndex property class of Index

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.SqlServer.Dac.Model-Namespace