Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Identified for informational purposes only. Not supported. Future compatibility is not guaranteed.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Protected Sub RenameImplWorker ( _
newName As String _
)
'Usage
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
)
Parameters
- newName
Type: System.String
A string value that specifies the new name.