Sdílet prostřednictvím


CreateFullTextIndexStatement.FullTextIndexColumns – vlastnost

Obor názvů:  Microsoft.Data.Schema.ScriptDom.Sql
Sestavení:  Microsoft.Data.Schema.ScriptDom.Sql (v Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Deklarace
Public ReadOnly Property FullTextIndexColumns As IList(Of FullTextIndexColumn)
    Get
public IList<FullTextIndexColumn> FullTextIndexColumns { get; }
public:
property IList<FullTextIndexColumn^>^ FullTextIndexColumns {
    IList<FullTextIndexColumn^>^ get ();
}
member FullTextIndexColumns : IList<FullTextIndexColumn>
function get FullTextIndexColumns () : IList<FullTextIndexColumn>

Hodnota vlastnosti

Typ: System.Collections.Generic.IList<FullTextIndexColumn>

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

CreateFullTextIndexStatement Třída

Microsoft.Data.Schema.ScriptDom.Sql – obor názvů