SmallInt.Result 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> _
Public ReadOnly Property Result As Short
    Get
'Usage
Dim instance As SmallInt
Dim value As Short

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

Property Value

Type: System.Int16

.NET Framework Security

See Also

Reference

SmallInt Class

SmallInt Members

Microsoft.Data.Schema.Generators.Sql Namespace