Propriété TableViewBase.FullTextIndex

Gets the full text index on the table or view.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcObjectAttribute(SfcObjectRelationship.ChildObject, SfcObjectCardinality.ZeroToOne)> _
Public ReadOnly Property FullTextIndex As FullTextIndex 
    Get
'Utilisation
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

Valeur de propriété

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

Exemples

Utilisation des objets de base de données

Voir aussi

Référence

TableViewBase Classe

Espace de noms Microsoft.SqlServer.Management.Smo

Autres ressources

Tables

Vues

CREATE TABLE (Transact-SQL)

CREATE VIEW (Transact-SQL)