IDataReader.Depth 속성

정의

현재 행의 중첩 수준을 나타내는 값을 가져옵니다.

public:
 property int Depth { int get(); };
public int Depth { get; }
member this.Depth : int
Public ReadOnly Property Depth As Integer

속성 값

중첩 수준입니다.

설명

가장 바깥쪽 테이블의 중첩 수준은 0입니다.

적용 대상