Bit Class
Randomly generates a bit for data insertion.
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 Bit _
Inherits Generator
'Usage
Dim instance As Bit
[CLSCompliantAttribute(true)]
[DatabaseSchemaProviderCompatibilityAttribute(typeof(SqlDatabaseSchemaProvider))]
public sealed class Bit : Generator
[CLSCompliantAttribute(true)]
[DatabaseSchemaProviderCompatibilityAttribute(typeof(SqlDatabaseSchemaProvider))]
public ref class Bit sealed : public Generator
public final class Bit extends Generator
[<SealedAttribute>]
[<CLSCompliantAttribute(true)>]
[<DatabaseSchemaProviderCompatibilityAttribute(typeof(SqlDatabaseSchemaProvider))>]
type Bit =
class
inherit Generator
end
Inheritance Hierarchy
System.Object
Microsoft.Data.Schema.DataGenerator.Generator
Microsoft.Data.Schema.Generators.Sql.Bit
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.