TableEvent.DropFulltextIndex Property

 

Applies To: SQL Server 2016 Preview

Gets the Drop Full Text Index event.

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

Syntax

public static TableEvent DropFulltextIndex { get; }
public:
property TableEvent^ DropFulltextIndex {
    static TableEvent^ get();
}
static member DropFulltextIndex : TableEvent with get
Public Shared ReadOnly Property DropFulltextIndex As TableEvent

Property Value

Type: Microsoft.SqlServer.Management.Smo.TableEvent

The Drop Full Text Index event.

Examples

Legacy Code Example

Handling SMO Events

See Also

TableEvent Class
Microsoft.SqlServer.Management.Smo Namespace
Handling SMO Events

Return to top