FullTextIndex.Parent 속성

Gets the Table object that is the parent of the FullTextIndex object.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
<SfcParentAttribute("View")> _
<SfcParentAttribute("Table")> _
Public Property Parent As TableViewBase 
    Get 
    Set
‘사용 방법
Dim instance As FullTextIndex 
Dim value As TableViewBase 

value = instance.Parent

instance.Parent = value
[SfcObjectAttribute(SfcObjectRelationship.ParentObject)]
[SfcParentAttribute("View")]
[SfcParentAttribute("Table")]
public TableViewBase Parent { get; set; }
[SfcObjectAttribute(SfcObjectRelationship::ParentObject)]
[SfcParentAttribute(L"View")]
[SfcParentAttribute(L"Table")]
public:
property TableViewBase^ Parent {
    TableViewBase^ get ();
    void set (TableViewBase^ value);
}
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject)>]
[<SfcParentAttribute("View")>]
[<SfcParentAttribute("Table")>]
member Parent : TableViewBase with get, set
function get Parent () : TableViewBase 
function set Parent (value : TableViewBase)

속성 값

유형: Microsoft.SqlServer.Management.Smo.TableViewBase
A Table object that owns the FullTextIndex object.

전체 텍스트 검색 구현

참고 항목

참조

FullTextIndex 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스

관련 자료

전체 텍스트 검색 개요

CREATE FULLTEXT INDEX(Transact-SQL)