Udostępnij za pośrednictwem


Właściwość FullTextIndexColumnCollection.Parent

Pobiera FullTextIndex obiekt, który jest elementem nadrzędnym FullTextIndexColumnCollection obiektu.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
Public ReadOnly Property Parent As FullTextIndex
    Get
'Użycie
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

Wartość właściwości

Typ: Microsoft.SqlServer.Management.Smo.FullTextIndex
A FullTextIndex obiekt, który jest elementem nadrzędnym FullTextIndexColumnCollection obiektu.