SqlRefactoringLog – konstruktor
Inicializuje novou instanci SqlRefactoringLog Třída
Obor názvů: Microsoft.Data.Schema.Sql.Refactoring
Sestavení: Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)
Syntaxe
'Deklarace
Public Sub New ( _
logPath As String _
)
public SqlRefactoringLog(
string logPath
)
public:
SqlRefactoringLog(
String^ logPath
)
new :
logPath:string -> SqlRefactoringLog
public function SqlRefactoringLog(
logPath : String
)
Parametry
- logPath
Typ: System.String
Logfile připojit k nebo vytvořit.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.