public sealed class SingleEntityRename : IMessage<SingleEntityRename>, IEquatable<SingleEntityRename>, IDeepCloneable<SingleEntityRename>, IBufferMessage, IMessage
Reference documentation and code samples for the Database Migration v1 API class SingleEntityRename.
Options to configure rule type SingleEntityRename.
The rule is used to rename an entity.
The rule filter field can refer to only one entity.
The rule scope can be one of: Database, Schema, Table, Column, Constraint,
Index, View, Function, Stored Procedure, Materialized View, Sequence, UDT,
Synonym
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides reference documentation and code samples for the `SingleEntityRename` class within the Database Migration v1 API."],["`SingleEntityRename` is a rule type used for renaming a single entity, and can only refer to one entity."],["The `SingleEntityRename` rule can be applied to various scopes including Database, Schema, Table, Column, Constraint, and others listed in the document."],["The `SingleEntityRename` class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has a `NewName` property, which is a required string field to specify the destination entity's new name."]]],[]]