Udostępnij przez


ObjectRenamedEventArgs Constructor (Urn, Object, String, String, String)

A ObjectRenamedEventArgs object

Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Deklaracja
Public Sub New ( _
    newUrn As Urn, _
    innerObject As Object, _
    oldName As String, _
    newName As String, _
    oldUrn As String _
)
public ObjectRenamedEventArgs (
    Urn newUrn,
    Object innerObject,
    string oldName,
    string newName,
    string oldUrn
)
public:
ObjectRenamedEventArgs (
    Urn^ newUrn, 
    Object^ innerObject, 
    String^ oldName, 
    String^ newName, 
    String^ oldUrn
)
public ObjectRenamedEventArgs (
    Urn newUrn, 
    Object innerObject, 
    String oldName, 
    String newName, 
    String oldUrn
)
public function ObjectRenamedEventArgs (
    newUrn : Urn, 
    innerObject : Object, 
    oldName : String, 
    newName : String, 
    oldUrn : String
)

Parameters

  • newUrn
    Urn object identifying the new URN for the object.
  • innerObject
    Object to be renamed
  • oldName
    Object name to be changed.
  • newName
    New object name.
  • oldUrn
    Urn object identifying the object to be changed

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.