Index Class

Model schema container class for Index

Inheritance Hierarchy

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

The Index type exposes the following members.

Properties

  Name Description
Public propertyStatic member AllowPageLocks AllowPageLocks property class of Index
Public propertyStatic member AllowRowLocks AllowRowLocks property class of Index
Public propertyStatic member BodyDependencies BodyDependencies relationship class of Index
Public propertyStatic member Clustered Clustered property class of Index
Public propertyStatic member Columns Columns relationship class of Index
Public propertyStatic member DataCompressionOptions DataCompressionOptions relationship class of Index
Public propertyStatic member Disabled Disabled property class of Index
Public propertyStatic member Filegroup Filegroup relationship class of Index
Public propertyStatic member FileStreamFilegroup FileStreamFilegroup relationship class of Index
Public propertyStatic member FileStreamNull FileStreamNull property class of Index
Public propertyStatic member FileStreamPartitionScheme FileStreamPartitionScheme relationship class of Index
Public propertyStatic member FillFactor FillFactor property class of Index
Public propertyStatic member FilterPredicate FilterPredicate property class of Index
Public propertyStatic member IgnoreDuplicateKey IgnoreDuplicateKey property class of Index
Public propertyStatic member IncludedColumns IncludedColumns relationship class of Index
Public propertyStatic member IndexedObject IndexedObject relationship class of Index
Public propertyStatic member PartitionColumn PartitionColumn relationship class of Index
Public propertyStatic member PartitionScheme PartitionScheme relationship class of Index
Public propertyStatic member RecomputeStatistics RecomputeStatistics property class of Index
Public propertyStatic member TypeClass Type class for Index
Public propertyStatic member Unique Unique property class of Index
Public propertyStatic member WithPadIndex WithPadIndex property class of Index

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SqlServer.Dac.Model Namespace