Money.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 SqlMoney
    Get
'Usage
Dim instance As Money
Dim value As SqlMoney

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

Property Value

Type: System.Data.SqlTypes.SqlMoney

.NET Framework Security

See Also

Reference

Money Class

Money Members

Microsoft.Data.Schema.Generators.Sql Namespace