FullTextIndex Constructors

Definition

Overloads

FullTextIndex()
FullTextIndex(TableViewBase)

FullTextIndex()

public FullTextIndex ();
Public Sub New ()

Applies to

FullTextIndex(TableViewBase)

public FullTextIndex (Microsoft.SqlServer.Management.Smo.TableViewBase parent);
new Microsoft.SqlServer.Management.Smo.FullTextIndex : Microsoft.SqlServer.Management.Smo.TableViewBase -> Microsoft.SqlServer.Management.Smo.FullTextIndex
Public Sub New (parent As TableViewBase)

Parameters

parent
TableViewBase

Applies to