FullTextIndex Constructor (TableViewBase)
Initializes a new instance of the FullTextCatalog class on the specified parent table or view object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub New ( _
parent As TableViewBase _
)
'Usage
Dim parent As TableViewBase
Dim instance As New FullTextIndex(parent)
public FullTextIndex(
TableViewBase parent
)
public:
FullTextIndex(
TableViewBase^ parent
)
new :
parent:TableViewBase -> FullTextIndex
public function FullTextIndex(
parent : TableViewBase
)
Parameters
- parent
Type: Microsoft.SqlServer.Management.Smo.TableViewBase
A TableViewBase object that is the parent of the FullTextCatalog object.
See Also