Compartir a través de


ApplicationRole.Events Propiedad

Gets the events that are supported by the application role.

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

Sintaxis

'Declaración
Public ReadOnly Property Events As ApplicationRoleEvents 
    Get
'Uso
Dim instance As ApplicationRole 
Dim value As ApplicationRoleEvents 

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

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.Smo.ApplicationRoleEvents
An ApplicationRoleEvents object value that specifies the events supported by the application role.

Ejemplos

Controlar eventos SMO

Vea también

Referencia

ApplicationRole Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo