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