Partilhar via


Propriedade do RDL ServerRole.Events

Gets the ServerRoleEvents object associated with this Server Role.

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

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

ServerRole Classe

Namespace Microsoft.SqlServer.Management.Smo