SqlInt64.ToSqlDecimal Methode

Definitie

Converteert deze SqlInt64 structuur naar SqlDecimal.

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

Retouren

Een nieuw SqlDecimal gelijk aan de waarde van deze SqlInt64.

Van toepassing op

Zie ook