다음을 통해 공유


DbArithmeticExpression.Arguments 속성

정의

현재 인수를 정의하는 요소의 목록을 가져옵니다.

public:
 property System::Collections::Generic::IList<System::Data::Common::CommandTrees::DbExpression ^> ^ Arguments { System::Collections::Generic::IList<System::Data::Common::CommandTrees::DbExpression ^> ^ get(); };
public System.Collections.Generic.IList<System.Data.Common.CommandTrees.DbExpression> Arguments { get; }
member this.Arguments : System.Collections.Generic.IList<System.Data.Common.CommandTrees.DbExpression>
Public ReadOnly Property Arguments As IList(Of DbExpression)

속성 값

DbExpression 요소의 크기가 고정된 목록입니다.

설명

DbArithmeticExpression에서는 인수 목록에 있는 모든 요소의 결과 형식이 일반 숫자 형식이어야 합니다.

적용 대상