DbModificationCommandTree.Target 屬性

定義

取得指定資料操作語言(DML)操作目標表的 。DbExpressionBinding

public:
 property System::Data::Common::CommandTrees::DbExpressionBinding ^ Target { System::Data::Common::CommandTrees::DbExpressionBinding ^ get(); };
public System.Data.Common.CommandTrees.DbExpressionBinding Target { get; }
member this.Target : System.Data.Common.CommandTrees.DbExpressionBinding
Public ReadOnly Property Target As DbExpressionBinding

屬性值

DbExpressionBinding 指定了 DML 操作的目標表。

適用於