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

パラメーター

戻り値

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

実装

IDataRecord. . :: . .GetValue(Int32)

使用例

Readme_Tracer