SqlCeDataReader.Depth 속성
현재 행의 중첩 수준을 나타내는 값을 가져옵니다.
네임스페이스: System.Data.SqlServerCe
어셈블리: System.Data.SqlServerCe(System.Data.SqlServerCe.dll)
구문
‘선언
Public Overrides ReadOnly Property Depth As Integer
Get
‘사용 방법
Dim instance As SqlCeDataReader
Dim value As Integer
value = instance.Depth
public override int Depth { get; }
public:
virtual property int Depth {
int get () override;
}
abstract Depth : int
override Depth : int
override function get Depth () : int
속성 값
유형: System.Int32
현재 행의 중첩 수준입니다. .NET Framework Data Provider for SQL Server Compact는 중첩을 지원하지 않으므로 항상 0을 반환합니다.