SfcAfterObjectMovedEventArgs クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
クライアント側の更新後にオブジェクトが正常に移動されたときに渡されるイベント引数。
public class SfcAfterObjectMovedEventArgs : Microsoft.SqlServer.Management.Sdk.Sfc.SfcEventArgs
type SfcAfterObjectMovedEventArgs = class
inherit SfcEventArgs
Public Class SfcAfterObjectMovedEventArgs
Inherits SfcEventArgs
- 継承
コンストラクター
| 名前 | 説明 |
|---|---|
| SfcAfterObjectMovedEventArgs(Urn, SfcInstance, Urn, SfcInstance) |
クライアント側の更新後にオブジェクトが正常に移動されたときに渡されるイベント引数。 |
プロパティ
| 名前 | 説明 |
|---|---|
| Instance |
現在のオブジェクト。 (継承元 SfcEventArgs) |
| OldParent |
オブジェクトの古い親オブジェクト。 |
| OldUrn |
オブジェクトの古い urn。 |
| Urn |
現在のオブジェクトの現在の urn。 (継承元 SfcEventArgs) |