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