TableEvent.AlterIndex Property

Gets a table event that can be included in the event set.

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

Syntax

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

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

Property Value

Type: Microsoft.SqlServer.Management.Smo.TableEvent
A TableEvent object that represents the AlterIndex event that can be included in the table event set.

Examples

Handling SMO Events

See Also

Reference

TableEvent Class

Microsoft.SqlServer.Management.Smo Namespace

Other Resources

Handling SMO Events