Propriété ServerRole.Events
Gets the ServerRoleEvents object associated with this Server Role.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Events As ServerRoleEvents
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.SqlServer.Management.Smo.ServerRoleEvents
The ServerRoleEvents object associated with this Server Role.