Proprietà Events
Gets the events associated with the login account.
Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Events As LoginEvents
Get
'Utilizzo
Dim instance As Login
Dim value As LoginEvents
value = instance.Events
public LoginEvents Events { get; }
public:
property LoginEvents^ Events {
LoginEvents^ get ();
}
member Events : LoginEvents
function get Events () : LoginEvents
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .LoginEvents
A LoginEvents object value that specifies the events associated with the login account.
Vedere anche