Compartilhar via


Propriedade do RDL CreateFullTextIndexStatement.FullTextIndexColumns

Gets or sets the columns.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxe

'Declaração
Public ReadOnly Property FullTextIndexColumns As IList(Of FullTextIndexColumn)
    Get
'Uso
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>

Valor da propriedade

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

Consulte também

Referência

CreateFullTextIndexStatement Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom