SqlDecimal.ToSqlMoney Método
Definição
Converte esta estrutura SqlDecimal em SqlMoney.Converts this SqlDecimal structure to SqlMoney.
public:
System::Data::SqlTypes::SqlMoney ToSqlMoney();
public System.Data.SqlTypes.SqlMoney ToSqlMoney ();
member this.ToSqlMoney : unit -> System.Data.SqlTypes.SqlMoney
Public Function ToSqlMoney () As SqlMoney
Retornos
Uma estrutura SqlMoney com o mesmo valor que esta instância de SqlDecimal.A SqlMoney structure with the same value as this instance of SqlDecimal.