SqlRefactoringLog Constructor
Initializes a new instance of the SqlRefactoringLog class.
Namespace: Microsoft.Data.Schema.Sql.Refactoring
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Sub New ( _
logPath As String _
)
public SqlRefactoringLog(
string logPath
)
public:
SqlRefactoringLog(
String^ logPath
)
new :
logPath:string -> SqlRefactoringLog
public function SqlRefactoringLog(
logPath : String
)
Parameters
- logPath
Type: System.String
The logfile to append to or create.
.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.