Compartir a través de


ServerRole.Events Propiedad

Gets the ServerRoleEvents object associated with this Server 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 ServerRoleEvents 
    Get
'Uso
Dim instance As ServerRole 
Dim value As ServerRoleEvents 

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

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.Smo.ServerRoleEvents
The ServerRoleEvents object associated with this Server Role.

Vea también

Referencia

ServerRole Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo