ISql100Index Interface

Represents a Sql100 index.

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

Syntax

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

See Also

Reference

ISql100Index Members

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