ISql100SpatialIndex Interface

Represents a Sql100 spatial index.

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

Syntax

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

See Also

Reference

ISql100SpatialIndex Members

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