DatabaseDecimal.VariantResult 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(DBTypeExtension := GetType(SqlVariant))> _
Public ReadOnly Property VariantResult As SqlDecimal
    Get
'Usage
Dim instance As DatabaseDecimal
Dim value As SqlDecimal

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

Property Value

Type: System.Data.SqlTypes.SqlDecimal

.NET Framework Security

See Also

Reference

DatabaseDecimal Class

DatabaseDecimal Members

Microsoft.Data.Schema.Generators.Sql Namespace