SfcBeforeObjectRenamedEventArgs Class

Definition

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

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

Constructors

Name Description
SfcBeforeObjectRenamedEventArgs(Urn, SfcInstance, Urn, SfcKey)

Properties

Name Description
Instance

The current object.

(Inherited from SfcEventArgs)
NewKey

The new Key of the object.

NewUrn

The new Urn of the object.

Urn

The current urn of the current object.

(Inherited from SfcEventArgs)

Applies to