Compartilhar via


Propriedade do RDL TableViewBase.FullTextIndex

Gets the full text index on the table or view.

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

Sintaxe

'Declaração
<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 da propriedade

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

Exemplos

Trabalhando com objetos de banco de dados

Consulte também

Referência

TableViewBase Classe

Namespace Microsoft.SqlServer.Management.Smo

Outros recursos

Tabelas

Exibições

CREATE TABLE (Transact-SQL)

CREATE VIEW (Transact-SQL)