言語

SfcBeforeObjectMovedEventArgs クラス

定義

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

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

コンストラクター

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

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

プロパティ

名前 説明
Instance

現在のオブジェクト。

(継承元 SfcEventArgs)
NewParent

オブジェクトの新しい親オブジェクト。

NewUrn

オブジェクトの新しい urn。

Urn

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

(継承元 SfcEventArgs)

適用対象