ObjectRenamedEventArgs 생성자 (, Object, String, String, String)

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
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
)

매개 변수

  • newUrn
    형식: Urn
    Urn object identifying the new URN for the object.