共用方式為


ObjectRenamedEventArgs 建構函式 (Urn, Object, String, String, String)

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Public Sub New ( _
    newUrn As Urn, _
    innerObject As Object, _
    oldName As String, _
    newName As String, _
    oldUrn As String _
)
'用途
Dim newUrn As Urn
Dim innerObject As Object
Dim oldName As String
Dim newName As String
Dim oldUrn As String

Dim instance As New ObjectRenamedEventArgs(newUrn, _
    innerObject, oldName, newName, 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
)
new : 
        newUrn:Urn * 
        innerObject:Object * 
        oldName:string * 
        newName:string * 
        oldUrn:string -> ObjectRenamedEventArgs
public function ObjectRenamedEventArgs(
    newUrn : Urn, 
    innerObject : Object, 
    oldName : String, 
    newName : String, 
    oldUrn : String
)

參數