ISqlFulltextIndexedObject.FullTextIndex Property

Gets a list of full-text indexes.

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

Syntax

'Declaration
ReadOnly Property FullTextIndex As IList(Of ISqlFullTextIndex)
    Get
'Usage
Dim instance As ISqlFulltextIndexedObject
Dim value As IList(Of ISqlFullTextIndex)

value = instance.FullTextIndex
IList<ISqlFullTextIndex> FullTextIndex { get; }
property IList<ISqlFullTextIndex^>^ FullTextIndex {
    IList<ISqlFullTextIndex^>^ get ();
}
function get FullTextIndex () : IList<ISqlFullTextIndex>
abstract FullTextIndex : IList<ISqlFullTextIndex>

Property Value

Type: System.Collections.Generic.IList<ISqlFullTextIndex>
Returns a ISqlFullTextIndex instance.

.NET Framework Security

See Also

Reference

ISqlFulltextIndexedObject Interface

ISqlFulltextIndexedObject Members

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