Свойство Depth
Gets the depth value for the trace reader.
Пространство имен: Microsoft.SqlServer.Management.Trace
Сборка: Microsoft.SqlServer.ConnectionInfoExtended (в Microsoft.SqlServer.ConnectionInfoExtended.dll)
Синтаксис
'Декларация
Public ReadOnly Property Depth As Integer
Get
'Применение
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
Значение свойства
Тип: System. . :: . .Int32
An Int32 value that specifies the depth of the trace reader.
Реализует
См. также