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("Table")> _
<SfcParentAttribute("View")> _
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("Table")]
[SfcParentAttribute("View")]
public TableViewBase Parent { get; set; }
[SfcObjectAttribute(SfcObjectRelationship::ParentObject)]
[SfcParentAttribute(L"Table")]
[SfcParentAttribute(L"View")]
public:
property TableViewBase^ Parent {
    TableViewBase^ get ();
    void set (TableViewBase^ value);
}
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject)>]
[<SfcParentAttribute("Table")>]
[<SfcParentAttribute("View")>]
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.