Compartilhar via


Propriedade do RDL FullTextIndexColumn.Parent

Gets or sets the FullTextIndex object that is the parent of the FullTextIndexColumn object.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
Public Property Parent As FullTextIndex 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: Microsoft.SqlServer.Management.Smo.FullTextIndex
A FullTextIndex object that owns the FullTextIndexColumn object.

Consulte também

Referência

FullTextIndexColumn Classe

Namespace Microsoft.SqlServer.Management.Smo