SqlInt16.ToSqlDecimal Método

Definição

Converte esta estrutura SqlInt16 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 estrutura SqlDecimal cujo Value é igual ao valor desta estrutura SqlInt16.

Aplica-se a

Confira também