SfcApplicationEvents.ObjectDropped イベント

SFC オブジェクトを削除した場合に発生します。 このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

名前空間:  Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ:  Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)

構文

'宣言
Public Event ObjectDropped As SfcApplication.SfcObjectDroppedEventHandler
'使用
Dim instance As SfcApplicationEvents 
Dim handler As SfcApplication.SfcObjectDroppedEventHandler 

AddHandler instance.ObjectDropped, handler
public event SfcApplication.SfcObjectDroppedEventHandler ObjectDropped
public:
 event SfcApplication.SfcObjectDroppedEventHandler^ ObjectDropped {
    void add (SfcApplication.SfcObjectDroppedEventHandler^ value);
    void remove (SfcApplication.SfcObjectDroppedEventHandler^ value);
}
member ObjectDropped : IEvent<SfcApplication.SfcObjectDroppedEventHandler,
    SfcObjectDroppedEventArgs>
JScript はイベントの使用をサポートしていますが、新規の宣言はサポートしていません。

関連項目

参照

SfcApplicationEvents クラス

Microsoft.SqlServer.Management.Sdk.Sfc 名前空間