NamedSmoObject.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(Microsoft.SqlServer.Smo.dll)

구문

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

매개 변수

  • newName
    유형: System.String
    A string value that specifies the new name.

참고 항목

참조

NamedSmoObject 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스