Condividi tramite


Proprietà View.Events

Gets the events associated with the view.

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

Sintassi

'Dichiarazione
Public ReadOnly Property Events As ViewEvents 
    Get
'Utilizzo
Dim instance As View 
Dim value As ViewEvents 

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

Valore proprietà

Tipo: Microsoft.SqlServer.Management.Smo.ViewEvents
A ViewEvents object that represents the view events.

Esempi

Creazione, modifica e rimozione di viste

Vedere anche

Riferimento

View Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo

Altre risorse

Progettazione e implementazione di viste

CREATE VIEW (Transact-SQL)