ObjectRenamedEventArgs Constructor (Urn, Object, String, String, String)
A ObjectRenamedEventArgs object
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public ObjectRenamedEventArgs( Urn newUrn, object innerObject, string oldName, string newName, string oldUrn )
Parameters
- newUrn
-
Type:
Microsoft.SqlServer.Management.Sdk.Sfc.Urn
T:Microsoft.SqlServer.Management.Smo.Urn object identifying the new URN for the object.
- innerObject
-
Type:
System.Object
Object to be renamed
- oldName
-
Type:
System.String
Object name to be changed.
- newName
-
Type:
System.String
New object name.
- oldUrn
-
Type:
System.String
T:Microsoft.SqlServer.Management.Smo.Urn object identifying the object to be changed
Show: