Partilhar via


Propriedade do RDL TableEvent.AlterIndex

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

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

Sintaxe

'Declaração
Public Shared ReadOnly Property AlterIndex As TableEvent 
    Get
'Uso
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

Valor da propriedade

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

Exemplos

Manipulando eventos SMO

Consulte também

Referência

TableEvent Classe

Namespace Microsoft.SqlServer.Management.Smo

Outros recursos

Manipulando eventos SMO