FullTextIndexColumnCollection.Parent Property

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

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

Syntax

'Declaration
Public ReadOnly Property Parent As FullTextIndex
    Get
'Usage
Dim instance As FullTextIndexColumnCollection
Dim value As FullTextIndex

value = instance.Parent
public FullTextIndex Parent { get; }
public:
property FullTextIndex^ Parent {
    FullTextIndex^ get ();
}
member Parent : FullTextIndex
function get Parent () : FullTextIndex

Property Value

Type: Microsoft.SqlServer.Management.Smo.FullTextIndex
A FullTextIndex object that is the parent of the FullTextIndexColumnCollection object.