Compartir a través de


CreateFullTextIndexStatement.FullTextIndexColumns Propiedad

Gets or sets the columns.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

CreateFullTextIndexStatement Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom