NamedSmoObject.ScriptRename Method

This method supports the SMO infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Protected Overridable Sub ScriptRename ( _
    renameQuery As StringCollection, _
    so As ScriptingOptions, _
    newName As String _
)
'Usage
Dim renameQuery As StringCollection
Dim so As ScriptingOptions
Dim newName As String

Me.ScriptRename(renameQuery, so, newName)
protected virtual void ScriptRename(
    StringCollection renameQuery,
    ScriptingOptions so,
    string newName
)
protected:
virtual void ScriptRename(
    StringCollection^ renameQuery, 
    ScriptingOptions^ so, 
    String^ newName
)
abstract ScriptRename : 
        renameQuery:StringCollection * 
        so:ScriptingOptions * 
        newName:string -> unit 
override ScriptRename : 
        renameQuery:StringCollection * 
        so:ScriptingOptions * 
        newName:string -> unit 
protected function ScriptRename(
    renameQuery : StringCollection, 
    so : ScriptingOptions, 
    newName : String
)

Parameters

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