NamedSmoObject.RenameImplWorker Method (String)

 

Applies To: SQL Server 2016 Preview

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

protected void RenameImplWorker(
    string newName
)
protected:
void RenameImplWorker(
    String^ newName
)
member RenameImplWorker : 
        newName:string -> unit
Protected Sub RenameImplWorker (
    newName As String
)

Parameters

  • newName
    Type: System.String

    A string value that specifies the new name.

See Also

NamedSmoObject Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top