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.
Initializes a new instance of the SqlRenameStep class.
Namespace: Microsoft.Data.Schema.Sql.Build
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Sub New ( _
renamedElement As IModelElement, _
oldName As String, _
newName As String, _
script As IScriptFragment, _
scriptGenerator As ScriptGenerator _
)
public SqlRenameStep(
IModelElement renamedElement,
string oldName,
string newName,
IScriptFragment script,
ScriptGenerator scriptGenerator
)
public:
SqlRenameStep(
IModelElement^ renamedElement,
String^ oldName,
String^ newName,
IScriptFragment^ script,
ScriptGenerator^ scriptGenerator
)
new :
renamedElement:IModelElement *
oldName:string *
newName:string *
script:IScriptFragment *
scriptGenerator:ScriptGenerator -> SqlRenameStep
public function SqlRenameStep(
renamedElement : IModelElement,
oldName : String,
newName : String,
script : IScriptFragment,
scriptGenerator : ScriptGenerator
)
Parameters
- renamedElement
Type: Microsoft.Data.Schema.SchemaModel.IModelElement
- oldName
Type: System.String
- newName
Type: System.String
- script
Type: Microsoft.Data.Schema.ScriptDom.IScriptFragment
- scriptGenerator
Type: Microsoft.Data.Schema.ScriptDom.ScriptGenerator
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.