共用方式為


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
)

參數