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