Compartir a través de


FullTextIndex.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)> _
<SfcParentAttribute("View")> _
<SfcParentAttribute("Table")> _
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)]
[SfcParentAttribute("View")]
[SfcParentAttribute("Table")]
public TableViewBase Parent { get; set; }
[SfcObjectAttribute(SfcObjectRelationship::ParentObject)]
[SfcParentAttribute(L"View")]
[SfcParentAttribute(L"Table")]
public:
property TableViewBase^ Parent {
    TableViewBase^ get ();
    void set (TableViewBase^ value);
}
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject)>]
[<SfcParentAttribute("View")>]
[<SfcParentAttribute("Table")>]
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.

Ejemplos

Implementar la búsqueda de texto completo

Vea también

Referencia

FullTextIndex Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo

Otros recursos

Introducción a la búsqueda de texto completo

CREATE FULLTEXT INDEX (Transact-SQL)