FireDAC.Comp.BatchMove.TFDBatchMoveMappingItem.DestinationFieldName

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property DestinationFieldName: String read FDestinationFieldName write FDestinationFieldName;

C++

__property System::UnicodeString DestinationFieldName = {read=FDestinationFieldName, write=FDestinationFieldName};

プロパティ

種類 可視性 ソース ユニット
property published
FireDAC.Comp.BatchMove.pas
FireDAC.Comp.BatchMove.hpp
FireDAC.Comp.BatchMove TFDBatchMoveMappingItem


説明

必須のターゲット データ項目名を表します。

このプロパティを使用すると、必須のターゲット データ項目名を取得および設定することができます。

データのターゲットとなる種類によって、このプロパティは、データセット フィールド名、テーブル列名、テキスト ファイル列名、その他になり得ます。


関連項目