Partager via


Constructeur ObjectCreatedEventArgs

Initializes a new instance of the ObjectCreatedEventArgs class that has the specified Uniform Resource Name (URN) value and the specified inner object.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    urn As Urn, _
    innerObject As Object _
)
'Utilisation
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
)

Paramètres