FullTextIndexColumn Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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