Partager via


Propriété CreateFullTextIndexStatement.FullTextIndexColumns

Gets or sets the columns.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public ReadOnly Property FullTextIndexColumns As IList(Of FullTextIndexColumn)
    Get
'Utilisation
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>

Valeur de propriété

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

Voir aussi

Référence

CreateFullTextIndexStatement Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom