다음을 통해 공유


RenameImpl 메서드

This method supports the SMO infrastructure and is not intended to be used directly from your code.

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

구문

‘선언
Protected Sub RenameImpl ( _
    newName As String _
)
‘사용 방법
Dim newName As String

Me.RenameImpl(newName)
protected void RenameImpl(
    string newName
)
protected:
void RenameImpl(
    String^ newName
)
member RenameImpl : 
        newName:string -> unit 
protected function RenameImpl(
    newName : String
)

매개 변수