DatabaseEventArgs.SmoObject Property
Gets the object that caused the database event.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
Public ReadOnly Property SmoObject As Object
public Object SmoObject { get; }
public:
property Object^ SmoObject {
Object^ get ();
}
/** @property */
public Object get_SmoObject ()
public function get SmoObject () : Object
Property Value
An Object system object value that specifies the object that caused the event to be raised.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.