Dela via


RefactoringLog.Save Method

Writes the refactoring log to the path that was specified when the instance was created.

Namespace:  Microsoft.Data.Schema.Refactoring
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Sub Save
public void Save()
public:
void Save()
member Save : unit -> unit 
public function Save()

Remarks

Any IO or XML exceptions must be handled by the caller.

.NET Framework Security

See Also

Reference

RefactoringLog Class

Microsoft.Data.Schema.Refactoring Namespace