共用方式為


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.

實作

IDataReader. . :: . .Depth

範例

Readme_Tracer