Construtor FullTextIndex (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 (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
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.
Exemplos
Implementando a pesquisa de texto completo
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.Smo