BigInt.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 Long
Get
'Usage
Dim instance As BigInt
Dim value As Long
value = instance.VariantResult
[OutputAttribute(DBTypeExtension = typeof(SqlVariant))]
public long VariantResult { get; }
[OutputAttribute(DBTypeExtension = typeof(SqlVariant))]
public:
property long long VariantResult {
long long get ();
}
function get VariantResult () : long
[<OutputAttribute(DBTypeExtension = typeof(SqlVariant))>]
member VariantResult : int64
Property Value
Type: System.Int64
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.