SqlDataReader.Depth 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,表示目前資料列的巢狀深度。
public:
virtual property int Depth { int get(); };
public:
property int Depth { int get(); };
public override int Depth { get; }
public int Depth { get; }
member this.Depth : int
Public Overrides ReadOnly Property Depth As Integer
Public ReadOnly Property Depth As Integer
屬性值
目前資料列的巢狀深度。
實作
備註
最外層的資料表深度為零。 .NET Framework SQL Server 的數據提供者不支援巢狀結構,而且一律會傳回零。
適用於
另請參閱
- DataAdapter 和 DataReader (ADO.NET)
- SQL Server and ADO.NET (SQL Server 和 ADO.NET)
- ADO.NET 概觀 \(部分機器翻譯\)