ISqlIndexBase Interface
Represents a SQL base index.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Interface ISqlIndexBase _
Inherits IIndex, IModelNamed, IExtendedPropertyHost, ISqlModelElement, _
IScriptSourcedElement, IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
'Usage
Dim instance As ISqlIndexBase
public interface ISqlIndexBase : IIndex,
IModelNamed, IExtendedPropertyHost, ISqlModelElement, IScriptSourcedElement, IModelElement,
IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
public interface class ISqlIndexBase : IIndex,
IModelNamed, IExtendedPropertyHost, ISqlModelElement, IScriptSourcedElement, IModelElement,
IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
public interface ISqlIndexBase extends IIndex, IModelNamed, IExtendedPropertyHost, ISqlModelElement, IScriptSourcedElement, IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
[<AbstractClassAttribute>]
type ISqlIndexBase =
interface
interface IIndex
interface IModelNamed
interface IExtendedPropertyHost
interface ISqlModelElement
interface IScriptSourcedElement
interface IModelElement
interface IModelPropertyContainer
interface IModelEntity
interface IModelAnnotationHolder
end