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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.