SqlInt16.ToSqlDecimal Metoda

Definice

Převede tuto SqlInt16 strukturu na 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

Návraty

Nová SqlDecimal struktura, jejíž Value hodnota se rovná této SqlInt16 struktuře.

Platí pro

Viz také