Partager via


CreateFullTextIndexStatement.FullTextIndexColumns, propriété

Espace de noms :  Microsoft.Data.Schema.ScriptDom.Sql
Assembly :  Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Déclaration
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>

Valeur de propriété

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

Sécurité .NET Framework

Voir aussi

Référence

CreateFullTextIndexStatement Classe

Microsoft.Data.Schema.ScriptDom.Sql, espace de noms