ISql90Index Interface

Represents a Sql90 index.

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

Syntax

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

See Also

Reference

ISql90Index Members

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