Condividi tramite


FullTextIndexColumn Constructor (FullTextIndex, String)

Initializes a new instance of the FullTextIndexColumn class on the specified full-text index and with the specified name.

Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    fullTextIndex As FullTextIndex, _
    name As String _
)
public FullTextIndexColumn (
    FullTextIndex fullTextIndex,
    string name
)
public:
FullTextIndexColumn (
    FullTextIndex^ fullTextIndex, 
    String^ name
)
public FullTextIndexColumn (
    FullTextIndex fullTextIndex, 
    String name
)
public function FullTextIndexColumn (
    fullTextIndex : FullTextIndex, 
    name : String
)

Parametri

  • name
    A String value that specifies the name of the full-text index column.

Osservazioni

Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

FullTextIndexColumn Class
FullTextIndexColumn Members
Microsoft.SqlServer.Management.Smo Namespace