SqlInt16.ToSqlInt32 方法

定义

将此 SqlInt16 结构转换为 SqlInt32Converts this SqlInt16 structure to SqlInt32.

public:
 System::Data::SqlTypes::SqlInt32 ToSqlInt32();
public System.Data.SqlTypes.SqlInt32 ToSqlInt32 ();
member this.ToSqlInt32 : unit -> System.Data.SqlTypes.SqlInt32
Public Function ToSqlInt32 () As SqlInt32

返回

SqlInt32

一个新 SqlInt32 结构,其 Value 等于此 SqlInt16 结构的值。A new SqlInt32 structure whose Value equals the value of this SqlInt16 structure.

适用于