共用方式為


RenameImplWorker 方法

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 RenameImplWorker ( _
    newName As String _
)
'用途
Dim newName As String

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

參數