Partager via


FullTextIndexColumn Constructor (FullTextIndex, String)

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

Espace de noms: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntaxe

'Déclaration
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
)

Paramètres

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

Notes

Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

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