FullTextIndex Constructor (TableViewBase)
Initializes a new instance of the FullTextCatalog class on the specified parent table or view object.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public Sub New ( _
parent As TableViewBase _
)
'Uso
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
)
Parámetros
- parent
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .TableViewBase
A TableViewBase object that is the parent of the FullTextCatalog object.