IDataReader.Depth 屬性

定義

會獲得當前列巢狀深度的值。

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

屬性值

築巢的程度。

備註

最外層的表格深度為零。

適用於