Share via


FullTextIndex.Parent Property

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
<SfcParentAttribute("View")> _
<SfcParentAttribute("Table")> _
Public Property Parent As TableViewBase 
    Get 
    Set
'Usage
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)

Property Value

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

Examples

Implementing Full-Text Search

See Also

Reference

FullTextIndex Class

Microsoft.SqlServer.Management.Smo Namespace

Other Resources

DEL - Full-Text Search Overview

CREATE FULLTEXT INDEX (Transact-SQL)