ObjectCreatedEventArgs Constructor
Initializes a new instance of the ObjectCreatedEventArgs class that has the specified Uniform Resource Name (URN) value and the specified inner object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Bildirim
Public Sub New ( _
urn As Urn, _
innerObject As Object _
)
'Kullanım
Dim urn As Urn
Dim innerObject As Object
Dim instance As New ObjectCreatedEventArgs(urn, innerObject)
public ObjectCreatedEventArgs(
Urn urn,
Object innerObject
)
public:
ObjectCreatedEventArgs(
Urn^ urn,
Object^ innerObject
)
new :
urn:Urn *
innerObject:Object -> ObjectCreatedEventArgs
public function ObjectCreatedEventArgs(
urn : Urn,
innerObject : Object
)
Parameters
- urn
Type: Microsoft.SqlServer.Management.Sdk.Sfc.Urn
A Urn object value that specifies the URN value.
- innerObject
Type: System.Object
An Object system object value that specifies the inner object.