TableEvent.CreateFulltextIndex Property

 

Applies To: SQL Server 2016 Preview

Gets the Create Full Text Index event.

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

Syntax

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

Property Value

Type: Microsoft.SqlServer.Management.Smo.TableEvent

The Create 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