Share via


FullTextIndexColumn Constructor (FullTextIndex, String)

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

Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Declaration
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
)

Parameters

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

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

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