SfcAfterObjectRenamedEventArgs Class

Definition

Event arguments passed when an object is successfully renamed, after the client-side updating.

public class SfcAfterObjectRenamedEventArgs : Microsoft.SqlServer.Management.Sdk.Sfc.SfcEventArgs
type SfcAfterObjectRenamedEventArgs = class
    inherit SfcEventArgs
Public Class SfcAfterObjectRenamedEventArgs
Inherits SfcEventArgs
Inheritance
SfcAfterObjectRenamedEventArgs

Constructors

SfcAfterObjectRenamedEventArgs(Urn, SfcInstance, Urn, SfcKey)

Properties

Instance

The current object.

(Inherited from SfcEventArgs)
OldKey

The old Key of the object.

OldUrn

The old urn of the object.

Urn

The current urn of the current object.

(Inherited from SfcEventArgs)

Applies to