言語

SfcObjectDroppedEventArgs クラス

定義

オブジェクトが削除されたときに渡されるイベント引数。

public class SfcObjectDroppedEventArgs : Microsoft.SqlServer.Management.Sdk.Sfc.SfcEventArgs
type SfcObjectDroppedEventArgs = class
    inherit SfcEventArgs
Public Class SfcObjectDroppedEventArgs
Inherits SfcEventArgs
継承
SfcObjectDroppedEventArgs

コンストラクター

名前 説明
SfcObjectDroppedEventArgs(Urn, SfcInstance)

オブジェクトが削除されたときに渡されるイベント引数。

プロパティ

名前 説明
Instance

現在のオブジェクト。

(継承元 SfcEventArgs)
Urn

現在のオブジェクトの現在の urn。

(継承元 SfcEventArgs)

適用対象