Compartir a través de


TableViewBase.FullTextIndex Propiedad

Gets the full text index on the table or view.

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

Sintaxis

'Declaración
<SfcObjectAttribute(SfcObjectRelationship.ChildObject, SfcObjectCardinality.ZeroToOne)> _
Public ReadOnly Property FullTextIndex As FullTextIndex 
    Get
'Uso
Dim instance As TableViewBase 
Dim value As FullTextIndex 

value = instance.FullTextIndex
[SfcObjectAttribute(SfcObjectRelationship.ChildObject, SfcObjectCardinality.ZeroToOne)]
public FullTextIndex FullTextIndex { get; }
[SfcObjectAttribute(SfcObjectRelationship::ChildObject, SfcObjectCardinality::ZeroToOne)]
public:
property FullTextIndex^ FullTextIndex {
    FullTextIndex^ get ();
}
[<SfcObjectAttribute(SfcObjectRelationship.ChildObject, SfcObjectCardinality.ZeroToOne)>]
member FullTextIndex : FullTextIndex
function get FullTextIndex () : FullTextIndex

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.Smo.FullTextIndex
A FullTextIndex object that represents the full text index on the table of view.

Ejemplos

Trabajar con objetos de bases de datos

Vea también

Referencia

TableViewBase Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo

Otros recursos

Tablas

Vistas

CREATE TABLE (Transact-SQL)

CREATE VIEW (Transact-SQL)