Share via


ISqlFullTextIndex Interface

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

Syntax

'Declaration
Public Interface ISqlFullTextIndex _
    Inherits IIndex, ISqlSupportsReplication, ISqlModelElement, IScriptSourcedElement,  _
    IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
'Usage
Dim instance As ISqlFullTextIndex
public interface ISqlFullTextIndex : IIndex, 
    ISqlSupportsReplication, ISqlModelElement, IScriptSourcedElement, IModelElement, IModelPropertyContainer, 
    IModelEntity, IModelAnnotationHolder
public interface class ISqlFullTextIndex : IIndex, 
    ISqlSupportsReplication, ISqlModelElement, IScriptSourcedElement, IModelElement, IModelPropertyContainer, 
    IModelEntity, IModelAnnotationHolder
public interface ISqlFullTextIndex extends IIndex, ISqlSupportsReplication, ISqlModelElement, IScriptSourcedElement, IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder

See Also

Reference

ISqlFullTextIndex Members

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