CreateFullTextIndexStatement.FullTextIndexColumns (Propiedad)

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

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

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

CreateFullTextIndexStatement Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)