XmlIndex Class

Model schema container class for XmlIndex

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Dac.Model.XmlIndex

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

Syntax

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

The XmlIndex type exposes the following members.

Properties

  Name Description
Public propertyStatic member AllowPageLocks AllowPageLocks property class of XmlIndex
Public propertyStatic member AllowRowLocks AllowRowLocks property class of XmlIndex
Public propertyStatic member Column Column relationship class of XmlIndex
Public propertyStatic member Disabled Disabled property class of XmlIndex
Public propertyStatic member FillFactor FillFactor property class of XmlIndex
Public propertyStatic member IgnoreDuplicateKey IgnoreDuplicateKey property class of XmlIndex
Public propertyStatic member IndexedObject IndexedObject relationship class of XmlIndex
Public propertyStatic member IsPrimary IsPrimary property class of XmlIndex
Public propertyStatic member PrimaryXmlIndex PrimaryXmlIndex relationship class of XmlIndex
Public propertyStatic member RecomputeStatistics RecomputeStatistics property class of XmlIndex
Public propertyStatic member SecondaryXmlIndexType SecondaryXmlIndexType property class of XmlIndex
Public propertyStatic member TypeClass Type class for XmlIndex
Public propertyStatic member WithPadIndex WithPadIndex property class of XmlIndex

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