SqlString.ToSqlDecimal Método

Definição

Converte esta SqlString 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

Devoluções

Um novo SqlDecimal que contém o valor deste SqlString.

Aplica-se a

Ver também