TableViewBase.FullTextIndex Property

 

Applies To: SQL Server 2016 Preview

Gets the full text index on the table or view.

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

Syntax

[SfcObjectAttribute(SfcObjectRelationship.ChildObject, SfcObjectCardinality.ZeroToOne)]
public FullTextIndex FullTextIndex { get; }
public:
[SfcObjectAttribute(SfcObjectRelationship::ChildObject, SfcObjectCardinality::ZeroToOne)]
property FullTextIndex^ FullTextIndex {
    FullTextIndex^ get();
}
[<SfcObjectAttribute(SfcObjectRelationship.ChildObject, SfcObjectCardinality.ZeroToOne)>]
member FullTextIndex : FullTextIndex with get
<SfcObjectAttribute(SfcObjectRelationship.ChildObject, SfcObjectCardinality.ZeroToOne)>
Public ReadOnly Property FullTextIndex As FullTextIndex

Property Value

Type: Microsoft.SqlServer.Management.Smo.FullTextIndex

A FullTextIndex object that represents the full text index on the table of view.

Examples

Legacy Code Example

Working with Database Objects

See Also

TableViewBase Class
Microsoft.SqlServer.Management.Smo Namespace

CREATE TABLE (Transact-SQL)
CREATE VIEW (Transact-SQL)
Unable to find linked topic '811e00f9-303f-42b5-8bd4-2cdb829c84e9'.Unable to find linked topic 'cd917eae-1b89-40d5-8215-3b8add128f16'.

Return to top