Share via


SmallInt Class

Generates a random small integer SQL data type.

Namespace:  Microsoft.Data.Schema.Generators.Sql
Assembly:  Microsoft.Data.Schema.Generators.Sql (in Microsoft.Data.Schema.Generators.Sql.dll)

Syntax

'Declaration
<CLSCompliantAttribute(True)> _
<DatabaseSchemaProviderCompatibilityAttribute(GetType(SqlDatabaseSchemaProvider))> _
Public NotInheritable Class SmallInt _
    Inherits Numeric(Of Short)
'Usage
Dim instance As SmallInt
[CLSCompliantAttribute(true)]
[DatabaseSchemaProviderCompatibilityAttribute(typeof(SqlDatabaseSchemaProvider))]
public sealed class SmallInt : Numeric<short>
[CLSCompliantAttribute(true)]
[DatabaseSchemaProviderCompatibilityAttribute(typeof(SqlDatabaseSchemaProvider))]
public ref class SmallInt sealed : public Numeric<short>
public final class SmallInt extends Numeric<short>
[<SealedAttribute>]
[<CLSCompliantAttribute(true)>]
[<DatabaseSchemaProviderCompatibilityAttribute(typeof(SqlDatabaseSchemaProvider))>]
type SmallInt =  
    class
        inherit Numeric<int16>
    end

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.DataGenerator.Generator
    Microsoft.Data.Schema.Generators.Sql.Numeric<Int16>
      Microsoft.Data.Schema.Generators.Sql.SmallInt

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

SmallInt Members

Microsoft.Data.Schema.Generators.Sql Namespace