Compartir a través de


AdomdDataReader.Depth Property

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

Espacio de nombres: Microsoft.AnalysisServices.AdomdServer
Ensamblado: msmgdsrv (in msmgdsrv.dll)

Sintaxis

'Declaración
Public ReadOnly Property Depth As Integer
public int Depth { get; }
public:
virtual property int Depth {
    int get () sealed;
}
/** @property */
public final int get_Depth ()
public final function get Depth () : int

Valor de propiedad

An Integer that contains the depth of nesting for the current row.

Seguridad para subprocesos

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

AdomdDataReader Class
AdomdDataReader Members
Microsoft.AnalysisServices.AdomdServer Namespace