IBX.IBSubscription.TIBSubscriptionInfo.DmlActions

提供:RAD Studio API Documentation

Delphi

property DmlActions : TIBDmlActions read FDmlActions write FDmlActions;

C++

__property TIBDmlActions DmlActions = {read=FDmlActions, write=FDmlActions, nodefault};

プロパティ

種類 可視性 ソース ユニット
property published
IBX.IBSubscription.pas
IBX.IBSubscription.hpp
IBX.IBSubscription TIBSubscriptionInfo


説明

サブスクリプションで対象となっている深いイントロスペクション要素の集合です。

これらの要素は INSERT、UPDATE、DELETE です。

関連項目