IFileStreamReader.ReadSqlDecimal(Int64, Boolean, Boolean, SqlDecimal) 方法

定義

public:
 int ReadSqlDecimal(long i64Offset, bool bSkipValue, bool % IsNull, System::Data::SqlTypes::SqlDecimal % dtVal);
public int ReadSqlDecimal (long i64Offset, bool bSkipValue, ref bool IsNull, ref System.Data.SqlTypes.SqlDecimal dtVal);
Public Function ReadSqlDecimal (i64Offset As Long, bSkipValue As Boolean, ByRef IsNull As Boolean, ByRef dtVal As SqlDecimal) As Integer

參數

i64Offset
Int64
bSkipValue
Boolean
IsNull
Boolean
dtVal
SqlDecimal

傳回

Int32

適用於