다음을 통해 공유


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 작업의 대상 테이블을 지정하는 DbExpressionBinding입니다.

적용 대상