次の方法で共有


TraceReader.GetDecimal メソッド

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

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

構文

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

returnValue = instance.GetDecimal(ordinal)
public decimal GetDecimal(
    int ordinal
)
public:
virtual Decimal GetDecimal(
    int ordinal
) sealed
abstract GetDecimal : 
        ordinal:int -> decimal  
override GetDecimal : 
        ordinal:int -> decimal
public final function GetDecimal(
    ordinal : int
) : decimal

パラメーター

戻り値

型: System.Decimal
指定した列の位置にあるデータを表す Decimal システム オブジェクトの値。

実装

IDataRecord.GetDecimal(Int32)

使用例

Readme_Tracer

関連項目

参照

TraceReader クラス

Microsoft.SqlServer.Management.Trace 名前空間

その他の技術情報

トレース フラグ (Transact-SQL)

SQL Server プロファイラーのテンプレートと権限