IIndex Interface
Represents an index.
Namespace: Microsoft.Data.Schema.SchemaModel.Abstract
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Interface IIndex _
Inherits IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
'Usage
Dim instance As IIndex
public interface IIndex : IModelElement, IModelPropertyContainer,
IModelEntity, IModelAnnotationHolder
public interface class IIndex : IModelElement,
IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
public interface IIndex extends IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder