TraceReader.GetDateTime メソッド
指定した列の位置にあるデータ値の DateTime 値を取得します。
名前空間: Microsoft.SqlServer.Management.Trace
アセンブリ: Microsoft.SqlServer.ConnectionInfoExtended (Microsoft.SqlServer.ConnectionInfoExtended.dll)
構文
'宣言
Public Function GetDateTime ( _
ordinal As Integer _
) As DateTime
'使用
Dim instance As TraceReader
Dim ordinal As Integer
Dim returnValue As DateTime
returnValue = instance.GetDateTime(ordinal)
public DateTime GetDateTime(
int ordinal
)
public:
virtual DateTime GetDateTime(
int ordinal
) sealed
abstract GetDateTime :
ordinal:int -> DateTime
override GetDateTime :
ordinal:int -> DateTime
public final function GetDateTime(
ordinal : int
) : DateTime
パラメーター
- ordinal
型: System.Int32
データの列の位置を示す Int32 値。
戻り値
型: System.DateTime
指定した列の位置にあるデータを表す DateTime システム オブジェクトの値。
実装
IDataRecord.GetDateTime(Int32)
使用例
関連項目
参照
Microsoft.SqlServer.Management.Trace 名前空間