ISql90XmlIndex Interface

Represents a Sql90 XML index.

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

Syntax

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

Remarks

For more information, see this page on the Microsoft Web site: CREATE XML INDEX (Transact-SQL).

See Also

Reference

ISql90XmlIndex Members

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