FullTextIndex 建構函式 (TableViewBase)
Initializes a new instance of the FullTextCatalog class on the specified parent table or view object.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
Public Sub New ( _
parent As TableViewBase _
)
'用途
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
)
參數
- parent
型別:Microsoft.SqlServer.Management.Smo. . :: . .TableViewBase
A TableViewBase object that is the parent of the FullTextCatalog object.