Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Raises the ObjectDropped event. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Sub OnObjectDropped ( _
obj As SfcInstance, _
e As SfcObjectDroppedEventArgs _
)
'Usage
Dim instance As SfcApplicationEvents
Dim obj As SfcInstance
Dim e As SfcObjectDroppedEventArgs
instance.OnObjectDropped(obj, e)
public void OnObjectDropped(
SfcInstance obj,
SfcObjectDroppedEventArgs e
)
public:
void OnObjectDropped(
SfcInstance^ obj,
SfcObjectDroppedEventArgs^ e
)
member OnObjectDropped :
obj:SfcInstance *
e:SfcObjectDroppedEventArgs -> unit
public function OnObjectDropped(
obj : SfcInstance,
e : SfcObjectDroppedEventArgs
)
Parameter
- obj
Typ: Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
The source of the event.
- e
Typ: Microsoft.SqlServer.Management.Sdk.Sfc.SfcObjectDroppedEventArgs
The SfcObjectDroppedEventArgs object that contains the event data.