SmallInt.VariantResult Property

Gets the resulting small integer.

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 Short
    Get
'Usage
Dim instance As SmallInt
Dim value As Short

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

Property Value

Type: System.Int16

.NET Framework Security

See Also

Reference

SmallInt Class

SmallInt Members

Microsoft.Data.Schema.Generators.Sql Namespace