Share via


BigInt Class

Generates a random number between min and max values for the bigint data type in SQL.

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 BigInt _
    Inherits Numeric(Of Long)
'Usage
Dim instance As BigInt
[CLSCompliantAttribute(true)]
[DatabaseSchemaProviderCompatibilityAttribute(typeof(SqlDatabaseSchemaProvider))]
public sealed class BigInt : Numeric<long>
[CLSCompliantAttribute(true)]
[DatabaseSchemaProviderCompatibilityAttribute(typeof(SqlDatabaseSchemaProvider))]
public ref class BigInt sealed : public Numeric<long long>
public final class BigInt extends Numeric<long>
[<SealedAttribute>]
[<CLSCompliantAttribute(true)>]
[<DatabaseSchemaProviderCompatibilityAttribute(typeof(SqlDatabaseSchemaProvider))>]
type BigInt =  
    class
        inherit Numeric<int64>
    end

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.DataGenerator.Generator
    Microsoft.Data.Schema.Generators.Sql.Numeric<Int64>
      Microsoft.Data.Schema.Generators.Sql.BigInt

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

BigInt Members

Microsoft.Data.Schema.Generators.Sql Namespace