Parent Propiedad
Gets the Table object that is the parent of the FullTextIndex object.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
Public Property Parent As TableViewBase
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .TableViewBase
A Table object that owns the FullTextIndex object.