Proprietà Index.Events

Gets the index events supported by the Index object.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Events As IndexEvents 
    Get
'Utilizzo
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

Valore proprietà

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

Esempi

Creazione, modifica e rimozione di indici

Vedere anche

Riferimento

Index Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo

Altre risorse

Indici

CREATE INDEX (Transact-SQL)