CreateFullTextIndexStatement.FullTextIndexColumns Property

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

Syntax

'Declaration
Public ReadOnly Property FullTextIndexColumns As IList(Of FullTextIndexColumn)
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>

.NET Framework Security

See Also

Reference

CreateFullTextIndexStatement Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace