Share via


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

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

Property Value

Type: System.Int64

.NET Framework Security

See Also

Reference

BigInt Class

BigInt Members

Microsoft.Data.Schema.Generators.Sql Namespace