Dela via


SqlRefactoringLog Class

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
Public method SqlRefactoringLog Initializes a new instance of the SqlRefactoringLog class.

Top

Methods

  Name Description
Public method AppendMoveSchemaRecord Appends a move schema record to the refactoring log.
Protected method AppendOperation Appends the specified operation to the refactoring log. (Inherited from RefactoringLog.)
Public method AppendRenameRecord Appends a rename-refactoring record to the current log.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Save Writes the refactoring log to the path that was specified when the instance was created. (Inherited from RefactoringLog.)
Public method 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.

See Also

Reference

Microsoft.Data.Schema.Sql.Refactoring Namespace