ISqlIndex Interface

Represents a SQL index.

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

Syntax

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

See Also

Reference

ISqlIndex Members

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