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.
Handles the addition of data to the database-refactoring log file. The log file is used for refactoring operations that require preservation of intent.
Inheritance Hierarchy
System.Object
Microsoft.Data.Schema.Refactoring.RefactoringLog
Microsoft.Data.Schema.Sql.Refactoring.SqlRefactoringLog
Namespace: Microsoft.Data.Schema.Sql.Refactoring
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public NotInheritable Class SqlRefactoringLog _
Inherits RefactoringLog
public sealed class SqlRefactoringLog : RefactoringLog
public ref class SqlRefactoringLog sealed : public RefactoringLog
[<Sealed>]
type SqlRefactoringLog =
class
inherit RefactoringLog
end
public final class SqlRefactoringLog extends RefactoringLog
The SqlRefactoringLog type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SqlRefactoringLog | Initializes a new instance of the SqlRefactoringLog class. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
AppendMoveSchemaRecord | Appends a move schema record to the refactoring log. |
![]() |
AppendOperation | Appends the specified operation to the refactoring log. (Inherited from RefactoringLog.) |
![]() |
AppendRenameRecord | Appends a rename-refactoring record to the current log. |
![]() |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
Save | Writes the refactoring log to the path that was specified when the instance was created. (Inherited from RefactoringLog.) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.