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."],[[["The `SingleEntityRename` class in the Database Migration v1 API allows for renaming a single entity."],["This rule type is configurable and can apply to various database elements, such as databases, schemas, tables, columns, constraints, indexes, views, functions, stored procedures, materialized views, sequences, UDTs, or synonyms."],["The latest version of the API available for this class is 2.5.0, with older versions dating back to 1.0.0 also being accessible."],["The class implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IMessage`, and inherits members from `object`."],["`NewName` is a required property of the class, representing the destination entity's new name."]]],[]]