SqlInt16.ToSqlSingle Método

Definición

Convierte esta estructura SqlInt16 en SqlSingle.

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

Devoluciones

Una nueva estructura SqlSingle cuya propiedad Value es igual al valor de esta estructura SqlInt16.

Se aplica a

Consulte también