次の方法で共有


GetTimeSpan メソッド

指定した列の位置にあるデータ値の TimeSpan 値を取得します。

名前空間:  Microsoft.SqlServer.Management.Trace
アセンブリ:  Microsoft.SqlServer.ConnectionInfoExtended (Microsoft.SqlServer.ConnectionInfoExtended.dll)

構文

'宣言
Public Function GetTimeSpan ( _
    ordinal As Integer _
) As TimeSpan
'使用
Dim instance As TraceReader
Dim ordinal As Integer
Dim returnValue As TimeSpan

returnValue = instance.GetTimeSpan(ordinal)
public TimeSpan GetTimeSpan(
    int ordinal
)
public:
TimeSpan GetTimeSpan(
    int ordinal
)
member GetTimeSpan : 
        ordinal:int -> TimeSpan 
public function GetTimeSpan(
    ordinal : int
) : TimeSpan

パラメーター

戻り値

型: System. . :: . .TimeSpan
指定した列の位置にあるデータを表す TimeSpan システム値。

使用例

Readme_Tracer