SfcBeforeObjectRenamedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Constructors
SfcBeforeObjectRenamedEventArgs(Urn, SfcInstance, Urn, SfcKey) |
Properties
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) |