Метод OnObjectDropped
Raises the ObjectDropped event. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Public Sub OnObjectDropped ( _
obj As SfcInstance, _
e As SfcObjectDroppedEventArgs _
)
'Применение
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
)
Параметры
- obj
Тип: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcInstance
The source of the event.
- e
Тип: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcObjectDroppedEventArgs
The SfcObjectDroppedEventArgs object that contains the event data.
См. также