Compartir a través de


ObjectDroppedEventArgs Constructor

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Sub New ( _
    urn As Urn _
)
'Uso
Dim urn As Urn

Dim instance As New ObjectDroppedEventArgs(urn)
public ObjectDroppedEventArgs(
    Urn urn
)
public:
ObjectDroppedEventArgs(
    Urn^ urn
)
new : 
        urn:Urn -> ObjectDroppedEventArgs
public function ObjectDroppedEventArgs(
    urn : Urn
)

Parámetros