IXmlIndex 接口

定义

public interface IXmlIndex : Microsoft.SqlServer.Management.SqlParser.Metadata.IIndex
type IXmlIndex = interface
    interface IIndex
    interface IMetadataObject
Public Interface IXmlIndex
Implements IIndex
实现

属性

名称 说明
DisallowPageLocks (继承自 IIndex)
DisallowRowLocks (继承自 IIndex)
FillFactor (继承自 IIndex)
IgnoreDuplicateKeys (继承自 IIndex)
IsDisabled (继承自 IIndex)
Name (继承自 IMetadataObject)
PadIndex (继承自 IIndex)
Parent (继承自 IIndex)
Type (继承自 IIndex)

方法

名称 说明
Accept<T>(IMetadataObjectVisitor<T>) (继承自 IMetadataObject)

扩展方法

名称 说明
TypeInfo(IMetadataObject)

适用于