Compartir a través de


Depth Propiedad

Gets the depth value for the trace reader.

Espacio de nombres:  Microsoft.SqlServer.Management.Trace
Ensamblado:  Microsoft.SqlServer.ConnectionInfoExtended (en Microsoft.SqlServer.ConnectionInfoExtended.dll)

Sintaxis

'Declaración
Public ReadOnly Property Depth As Integer
    Get
'Uso
Dim instance As TraceReader
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

Valor de la propiedad

Tipo: System. . :: . .Int32
An Int32 value that specifies the depth of the trace reader.

Implementa

IDataReader. . :: . .Depth

Ejemplos

Readme_Tracer