言語

SfcBeforeObjectRenamedEventArgs クラス

定義

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

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

コンストラクター

名前 説明
SfcBeforeObjectRenamedEventArgs(Urn, SfcInstance, Urn, SfcKey)

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

プロパティ

名前 説明
Instance

現在のオブジェクト。

(継承元 SfcEventArgs)
NewKey

オブジェクトの新しいキー。

NewUrn

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

Urn

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

(継承元 SfcEventArgs)

適用対象