ObjectCreatedEventArgs Class
SQL Server 2012
The ObjectCreatedEventArgs object represents the arguments that are passed by the event that is raised when an object is created.
System.Object
System.EventArgs
Microsoft.SqlServer.Management.Smo.SmoEventArgs
Microsoft.SqlServer.Management.Smo.ObjectCreatedEventArgs
System.EventArgs
Microsoft.SqlServer.Management.Smo.SmoEventArgs
Microsoft.SqlServer.Management.Smo.ObjectCreatedEventArgs
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
The ObjectCreatedEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ObjectCreatedEventArgs | Initializes a new instance of the ObjectCreatedEventArgs class that has the specified Uniform Resource Name (URN) value and the specified inner object. |
| Name | Description | |
|---|---|---|
![]() | SmoObject | Gets the created object that causes the event to be raised. |
![]() | Urn | Gets the Uniform Resource Name (URN) address of SMO event. (Inherited from SmoEventArgs.) |
