Właściwość FullTextIndexColumn.Parent
Pobiera lub ustawia FullTextIndex obiekt, który jest elementem nadrzędnym FullTextIndexColumn obiektu.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
Public Property Parent As FullTextIndex
Get
Set
'Użycie
Dim instance As FullTextIndexColumn
Dim value As FullTextIndex
value = instance.Parent
instance.Parent = value
[SfcObjectAttribute(SfcObjectRelationship.ParentObject)]
public FullTextIndex Parent { get; set; }
[SfcObjectAttribute(SfcObjectRelationship::ParentObject)]
public:
property FullTextIndex^ Parent {
FullTextIndex^ get ();
void set (FullTextIndex^ value);
}
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject)>]
member Parent : FullTextIndex with get, set
function get Parent () : FullTextIndex
function set Parent (value : FullTextIndex)
Wartość właściwości
Typ: Microsoft.SqlServer.Management.Smo.FullTextIndex
A FullTextIndex obiekt, który jest właścicielem FullTextIndexColumn obiektu.