SfcBeforeObjectMovedEventArgs 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當物件成功移動時傳遞的事件參數,在用戶端更新之前。
public class SfcBeforeObjectMovedEventArgs : Microsoft.SqlServer.Management.Sdk.Sfc.SfcEventArgs
type SfcBeforeObjectMovedEventArgs = class
inherit SfcEventArgs
Public Class SfcBeforeObjectMovedEventArgs
Inherits SfcEventArgs
- 繼承
建構函式
| 名稱 | Description |
|---|---|
| SfcBeforeObjectMovedEventArgs(Urn, SfcInstance, Urn, SfcInstance) |
當物件成功移動時傳遞的事件參數,在用戶端更新之前。 |
屬性
| 名稱 | Description |
|---|---|
| Instance |
目前的物件。 (繼承來源 SfcEventArgs) |
| NewParent |
物件的新父物件。 |
| NewUrn |
那個物品的新骨灰罐。 |
| Urn |
目前物品的骨灰罈。 (繼承來源 SfcEventArgs) |