Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the ObjectDroppedEventArgs 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
'Declaration
Public Sub New ( _
urn As Urn _
)
'Usage
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
)
Parameters
- urn
Type: Microsoft.SqlServer.Management.Sdk.Sfc.Urn
A Urn object value that specifies the URN value.