ISql100XmlIndex Interface

Represents a Sql100 XML index.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public Interface ISql100XmlIndex _
    Inherits ISql90XmlIndex, ISqlIndexBase, IIndex, IModelNamed,  _
    IExtendedPropertyHost, ISqlModelElement, IScriptSourcedElement, IModelElement, IModelPropertyContainer,  _
    IModelEntity, IModelAnnotationHolder
'Usage
Dim instance As ISql100XmlIndex
public interface ISql100XmlIndex : ISql90XmlIndex, 
    ISqlIndexBase, IIndex, IModelNamed, IExtendedPropertyHost, ISqlModelElement, 
    IScriptSourcedElement, IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
public interface class ISql100XmlIndex : ISql90XmlIndex, 
    ISqlIndexBase, IIndex, IModelNamed, IExtendedPropertyHost, ISqlModelElement, 
    IScriptSourcedElement, IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
public interface ISql100XmlIndex extends ISql90XmlIndex, ISqlIndexBase, IIndex, IModelNamed, IExtendedPropertyHost, ISqlModelElement, IScriptSourcedElement, IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
[<AbstractClassAttribute>]
type ISql100XmlIndex =  
    interface
        interface ISql90XmlIndex
        interface ISqlIndexBase
        interface IIndex
        interface IModelNamed
        interface IExtendedPropertyHost
        interface ISqlModelElement
        interface IScriptSourcedElement
        interface IModelElement
        interface IModelPropertyContainer
        interface IModelEntity
        interface IModelAnnotationHolder
    end

See Also

Reference

ISql100XmlIndex Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace