StoredProcedure.Rename Method
SQL Server 2012
Renames the stored procedure.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Parameters
- newname
- Type: System.String
A String value that specifies the new name of the stored procedure.
