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.
예
참고 항목
참조
Microsoft.SqlServer.Management.Smo 네임스페이스