Compartilhar via


Propriedade do RDL FullTextIndexColumnCollection.Parent

Gets the FullTextIndex object that is the parent of the FullTextIndexColumnCollection object.

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

Sintaxe

'Declaração
Public ReadOnly Property Parent As FullTextIndex 
    Get
'Uso
Dim instance As FullTextIndexColumnCollection 
Dim value As FullTextIndex 

value = instance.Parent
public FullTextIndex Parent { get; }
public:
property FullTextIndex^ Parent {
    FullTextIndex^ get ();
}
member Parent : FullTextIndex
function get Parent () : FullTextIndex

Valor da propriedade

Tipo: Microsoft.SqlServer.Management.Smo.FullTextIndex
A FullTextIndex object that is the parent of the FullTextIndexColumnCollection object.

Exemplos

Usando coleções

Consulte também

Referência

FullTextIndexColumnCollection Classe

Namespace Microsoft.SqlServer.Management.Smo