メモ : この名前空間、クラス、およびメンバは、.NET Framework Version 1.1 だけでサポートされています。
現在の行の入れ子の深さを示す値を取得します。
Public Overridable ReadOnly Property Depth As Integer Implements _ IDataReader.Depth
[C#]
public virtual int Depth {get;}
[C++]
public: __property virtual int get_Depth();
[JScript]
public function get Depth() : int;
プロパティ値
現在の行の入れ子の深さ。
実装
解説
最も外側のテーブルの深さは 0 です。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
OdbcDataReader クラス | OdbcDataReader メンバ | System.Data.Odbc 名前空間