Partager via


Propriété View.Events

Gets the events associated with the view.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Events As ViewEvents 
    Get
'Utilisation
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

Valeur de propriété

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

Exemples

Création, modification et suppression de vues

Voir aussi

Référence

View Classe

Espace de noms Microsoft.SqlServer.Management.Smo

Autres ressources

Conception et mise en œuvre de vues

CREATE VIEW (Transact-SQL)