FireDAC.Stan.Intf.TFDTraceFileColumns
Delphi
type TFDTraceFileColumns = set of (tiRefNo, tiTime, tiThreadID, tiClassName, tiObjID, tiMsgText);
C++
typedef System::Set<Firedac_Stan_Intf__9, Firedac_Stan_Intf__9::tiRefNo, Firedac_Stan_Intf__9::tiMsgText> TFDTraceFileColumns;
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
set typedef |
public | FireDAC.Stan.Intf.pas FireDAC.Stan.Intf.hpp |
FireDAC.Stan.Intf | FireDAC.Stan.Intf |
説明
追跡ファイルの列を示します。
TFDTraceFileColumns は、追跡ファイルの列を示します。
| 名前 | 説明 |
|---|---|
| tiRefNo | 行番号 |
| tiTime | 日付および時刻 |
| tiThreadID | イベント ソースのスレッド ID |
| tiClassName | イベント ソースのクラス名 |
| tiObjID | イベント ソース名 |
| tiMsgText | テキスト メッセージ |