Condividi tramite


Proprietà ServerRole.Events

Gets the ServerRoleEvents object associated with this Server Role.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Events As ServerRoleEvents 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

ServerRole Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo