Compartir a través de


Index.Events Propiedad

Gets the index events supported by the Index object.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public ReadOnly Property Events As IndexEvents 
    Get
'Uso
Dim instance As Index 
Dim value As IndexEvents 

value = instance.Events
public IndexEvents Events { get; }
public:
property IndexEvents^ Events {
    IndexEvents^ get ();
}
member Events : IndexEvents
function get Events () : IndexEvents

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.Smo.IndexEvents
An IndexEvents object that represents the index events supported by the Index object.

Ejemplos

Crear, modificar y eliminar índices

Vea también

Referencia

Index Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo

Otros recursos

Índices

CREATE INDEX (Transact-SQL)