Parent propriété
Gets the Table object that is the parent of the FullTextIndex object.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
Public Property Parent As TableViewBase
Get
Set
'Utilisation
Dim instance As FullTextIndex
Dim value As TableViewBase
value = instance.Parent
instance.Parent = value
[SfcObjectAttribute(SfcObjectRelationship.ParentObject)]
public TableViewBase Parent { get; set; }
[SfcObjectAttribute(SfcObjectRelationship::ParentObject)]
public:
property TableViewBase^ Parent {
TableViewBase^ get ();
void set (TableViewBase^ value);
}
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject)>]
member Parent : TableViewBase with get, set
function get Parent () : TableViewBase
function set Parent (value : TableViewBase)
Valeur de la propriété
Type : Microsoft.SqlServer.Management.Smo. . :: . .TableViewBase
A Table object that owns the FullTextIndex object.