Share via


ISqlFullTextIndex.Columns Property

Gets the list of columns to be indexed.

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

Syntax

'Declaration
ReadOnly Property Columns As IList(Of ISqlFullTextIndexColumnSpecifier)
IList<ISqlFullTextIndexColumnSpecifier> Columns { get; }
property IList<ISqlFullTextIndexColumnSpecifier^>^ Columns {
    IList<ISqlFullTextIndexColumnSpecifier^>^ get ();
}
abstract Columns : IList<ISqlFullTextIndexColumnSpecifier>
function get Columns () : IList<ISqlFullTextIndexColumnSpecifier>

Property Value

Type: System.Collections.Generic.IList<ISqlFullTextIndexColumnSpecifier>

.NET Framework Security

See Also

Reference

ISqlFullTextIndex Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace