Udostępnij za pośrednictwem


Właściwość TableViewBase.FullTextIndex

Pobiera indeksu pełnotekstowego w tabela lub widoku.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
<SfcObjectAttribute(SfcObjectRelationship.ChildObject, SfcObjectCardinality.ZeroToOne)> _
Public ReadOnly Property FullTextIndex As FullTextIndex
    Get
'Użycie
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

Wartość właściwości

Typ: Microsoft.SqlServer.Management.Smo.FullTextIndex
A FullTextIndex obiekt, który reprezentuje indeksu pełnotekstowego w tabela widoku.