Classe SmoEventArgs
The SmoEventArgs object provides programmatic access to the arguments used to report the events that occur in SMO applications.
Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public Class SmoEventArgs _
Inherits EventArgs
'Utilizzo
Dim instance As SmoEventArgs
public class SmoEventArgs : EventArgs
public ref class SmoEventArgs : public EventArgs
type SmoEventArgs =
class
inherit EventArgs
end
public class SmoEventArgs extends EventArgs
Osservazioni
Thread Safety
Tutti i membri statici pubblici (Shared in Microsoft Visual Basic) di questo tipo sono sicuri per le operazioni a thread multipli. Non è invece garantita la sicurezza dei membri dell'istanza.
Gerarchia di ereditarietà
System. . :: . .Object
System. . :: . .EventArgs
Microsoft.SqlServer.Management.Smo..::..SmoEventArgs
Microsoft.SqlServer.Management.Smo. . :: . .DatabaseEventArgs
Microsoft.SqlServer.Management.Smo. . :: . .ObjectAlteredEventArgs
Microsoft.SqlServer.Management.Smo. . :: . .ObjectCreatedEventArgs
Microsoft.SqlServer.Management.Smo. . :: . .ObjectDroppedEventArgs
Microsoft.SqlServer.Management.Smo. . :: . .ObjectRenamedEventArgs
Thread Safety
Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.