SqlSingle.ToSqlInt64 Método

Definição

Converte esta estrutura SqlSingle em SqlInt64.Converts this SqlSingle structure to SqlInt64.

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

Retornos

SqlInt64

Um novo SqlInt64 igual ao valor deste SqlSingle.A new SqlInt64 equal to the value of this SqlSingle.

Aplica-se a