共用方式為


DbModificationCommandTree.Target 屬性

定義

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

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 作業的目標資料表。

適用於