FullTextIndexColumn Constructors

Definition

Overloads

FullTextIndexColumn()
FullTextIndexColumn(FullTextIndex, String)

FullTextIndexColumn()

public FullTextIndexColumn ();
Public Sub New ()

Applies to

FullTextIndexColumn(FullTextIndex, String)

public FullTextIndexColumn (Microsoft.SqlServer.Management.Smo.FullTextIndex fullTextIndex, string name);
new Microsoft.SqlServer.Management.Smo.FullTextIndexColumn : Microsoft.SqlServer.Management.Smo.FullTextIndex * string -> Microsoft.SqlServer.Management.Smo.FullTextIndexColumn
Public Sub New (fullTextIndex As FullTextIndex, name As String)

Parameters

fullTextIndex
FullTextIndex
name
String

Applies to