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 | |
---|---|---|
AllowPageLocks | AllowPageLocks property class of XmlIndex | |
AllowRowLocks | AllowRowLocks property class of XmlIndex | |
Column | Column relationship class of XmlIndex | |
Disabled | Disabled property class of XmlIndex | |
FillFactor | FillFactor property class of XmlIndex | |
IgnoreDuplicateKey | IgnoreDuplicateKey property class of XmlIndex | |
IndexedObject | IndexedObject relationship class of XmlIndex | |
IsPrimary | IsPrimary property class of XmlIndex | |
PrimaryXmlIndex | PrimaryXmlIndex relationship class of XmlIndex | |
RecomputeStatistics | RecomputeStatistics property class of XmlIndex | |
SecondaryXmlIndexType | SecondaryXmlIndexType property class of XmlIndex | |
TypeClass | Type class for XmlIndex | |
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.