TinyInt.VariantResult Property

Gets the resulting byte.

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 Byte
    Get
'Usage
Dim instance As TinyInt
Dim value As Byte

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

Property Value

Type: System.Byte

.NET Framework Security

See Also

Reference

TinyInt Class

TinyInt Members

Microsoft.Data.Schema.Generators.Sql Namespace