FireDAC.Comp.Script.TFDScriptOptions.DefaultScriptPath

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property DefaultScriptPath: String read FDefaultScriptPath write FDefaultScriptPath;

C++

__property System::UnicodeString DefaultScriptPath = {read=FDefaultScriptPath, write=FDefaultScriptPath};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
FireDAC.Comp.Script.pas
FireDAC.Comp.Script.hpp
FireDAC.Comp.Script TFDScriptOptions


Beschreibung

Gibt den Standardpfad zu den Skriptdateien an.

Setzen Sie den Wert der Eigenschaft DefaultScriptPath auf einen Ordner mit den SQL-Skriptdateien. Wenn der Name einer Skriptdatei ohne Pfad angegeben ist, wird DefaultScriptPath als Pfad verwendet.

Siehe auch