SqlInt64.ToSqlSingle Método

Definición

Convierte esta SqlInt64 estructura 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

Nuevo SqlSingle valor igual al valor de este SqlInt64.

Se aplica a

Consulte también