Partilhar via


Propriedade do RDL View.Events

Gets the events associated with the view.

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

Sintaxe

'Declaração
Public ReadOnly Property Events As ViewEvents 
    Get
'Uso
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

Valor da propriedade

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

Exemplos

Criando, alterando e removendo exibições

Consulte também

Referência

View Classe

Namespace Microsoft.SqlServer.Management.Smo

Outros recursos

Criando e implementando exibições

CREATE VIEW (Transact-SQL)