SqlInt16.ToSqlDecimal Método

Definição

Converte essa SqlInt16 estrutura em 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

Retornos

Uma nova SqlDecimal estrutura cujo Value valor é igual a essa SqlInt16 estrutura.

Aplica-se a

Confira também