Condividi tramite


Proprietà User.Events

Gets the events that are associated with the database user.

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

Sintassi

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

Valore proprietà

Tipo: Microsoft.SqlServer.Management.Smo.UserEvents
A UserEvents object that represents the database user events.

Esempi

Gestione di utenti, ruoli e account di accesso

Vedere anche

Riferimento

User Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo

Altre risorse

Entità (Motore di database)

CREATE USER (Transact-SQL)