Udostępnij przez


Właściwość AdomdDataReader.Depth

Pobiera wartość wskazującą głębokość zagnieżdżenia dla bieżącego wiersza.

Przestrzeń nazw:  Microsoft.AnalysisServices.AdomdServer
Zestaw:  msmgdsrv (w msmgdsrv.dll)

Składnia

'Deklaracja
Public ReadOnly Property Depth As Integer
    Get
'Użycie
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

Wartość właściwości

Typ: System.Int32
Liczba całkowita, która zawiera głębokość zagnieżdżenia dla bieżącego wiersza.

Implementacje

IDataReader.Depth