Compartir a través de


FullTextIndexColumnCollection.Parent Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Ejemplos

Usar colecciones

Vea también

Referencia

FullTextIndexColumnCollection Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo