TableEvent.DropFulltextIndex Property

Gets the Drop Full Text Index event.

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

Syntax

'Declaration
Public Shared ReadOnly Property DropFulltextIndex As TableEvent 
    Get
'Usage
Dim value As TableEvent 

value = TableEvent.DropFulltextIndex
public static TableEvent DropFulltextIndex { get; }
public:
static property TableEvent^ DropFulltextIndex {
    TableEvent^ get ();
}
static member DropFulltextIndex : TableEvent
static function get DropFulltextIndex () : TableEvent

Property Value

Type: Microsoft.SqlServer.Management.Smo.TableEvent
The Drop Full Text Index event.

Examples

Handling SMO Events

See Also

Reference

TableEvent Class

Microsoft.SqlServer.Management.Smo Namespace

Other Resources

Handling SMO Events