CreateFullTextIndexStatement.FullTextIndexColumns Property
Gets or sets the columns.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public ReadOnly Property FullTextIndexColumns As IList(Of FullTextIndexColumn)
Get
'Usage
Dim instance As CreateFullTextIndexStatement
Dim value As IList(Of FullTextIndexColumn)
value = instance.FullTextIndexColumns
public IList<FullTextIndexColumn> FullTextIndexColumns { get; }
public:
property IList<FullTextIndexColumn^>^ FullTextIndexColumns {
IList<FullTextIndexColumn^>^ get ();
}
member FullTextIndexColumns : IList<FullTextIndexColumn>
function get FullTextIndexColumns () : IList<FullTextIndexColumn>
Property Value
Type: System.Collections.Generic.IList<FullTextIndexColumn>
The columns.