Propriedade do RDL User.Events
Gets the events that are associated with the database user.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public ReadOnly Property Events As UserEvents
Get
'Uso
Dim instance As User
Dim value As UserEvents
value = instance.Events
public UserEvents Events { get; }
public:
property UserEvents^ Events {
UserEvents^ get ();
}
member Events : UserEvents
function get Events () : UserEvents
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.Smo.UserEvents
A UserEvents object that represents the database user events.
Exemplos
Gerenciando usuários, funções e logons
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.Smo