TraceReader.Depth プロパティ
トレース リーダーの深さを示す値を取得します。
名前空間: 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
トレース リーダーの深さを示す Int32 値。
実装
使用例
関連項目
参照
Microsoft.SqlServer.Management.Trace 名前空間