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