言語

SfcAfterObjectMovedEventArgs クラス

定義

クライアント側の更新後にオブジェクトが正常に移動されたときに渡されるイベント引数。

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

コンストラクター

名前 説明
SfcAfterObjectMovedEventArgs(Urn, SfcInstance, Urn, SfcInstance)

クライアント側の更新後にオブジェクトが正常に移動されたときに渡されるイベント引数。

プロパティ

名前 説明
Instance

現在のオブジェクト。

(継承元 SfcEventArgs)
OldParent

オブジェクトの古い親オブジェクト。

OldUrn

オブジェクトの古い urn。

Urn

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

(継承元 SfcEventArgs)

適用対象