Share via


DatabaseDecimal.Result Property

Gets the result.

Namespace:  Microsoft.Data.Schema.Generators.Sql
Assembly:  Microsoft.Data.Schema.Generators.Sql (in Microsoft.Data.Schema.Generators.Sql.dll)

Syntax

'Declaration
<OutputAttribute> _
Public ReadOnly Property Result As SqlDecimal
    Get
'Usage
Dim instance As DatabaseDecimal
Dim value As SqlDecimal

value = instance.Result
[OutputAttribute]
public SqlDecimal Result { get; }
[OutputAttribute]
public:
property SqlDecimal Result {
    SqlDecimal get ();
}
function get Result () : SqlDecimal
[<OutputAttribute>]
member Result : SqlDecimal

Property Value

Type: System.Data.SqlTypes.SqlDecimal

.NET Framework Security

See Also

Reference

DatabaseDecimal Class

DatabaseDecimal Members

Microsoft.Data.Schema.Generators.Sql Namespace