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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.