Поделиться через


Свойство AdomdDataReader.Depth

Gets a value indicating the depth of nesting for the current row.

Пространство имен:  Microsoft.AnalysisServices.AdomdClient
Сборка:  Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.dll)

Синтаксис

'Декларация
Public ReadOnly Property Depth As Integer 
    Get
'Применение
Dim instance As AdomdDataReader 
Dim value As Integer 

value = instance.Depth
public int Depth { get; }
public:
virtual property int Depth {
    int get () sealed;
}
abstract Depth : int 
override Depth : int
final function get Depth () : int

Значение свойства

Тип: System.Int32
An Integer that contains the depth of nesting for the current row.

Реализует

IDataReader.Depth

См. также

Справочник

AdomdDataReader Класс

Пространство имен Microsoft.AnalysisServices.AdomdClient