NamedSmoObject.RenameImpl Method

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 RenameImpl ( _
    newName As String _
)
'Usage
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
)

Parameters

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