Share via


Normal Class

Provides a normal distribution for use with data generators.

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

Syntax

'Declaration
<DatabaseSchemaProviderCompatibilityAttribute(GetType(DatabaseSchemaProvider))> _
Public NotInheritable Class Normal _
    Inherits NormalBase
'Usage
Dim instance As Normal
[DatabaseSchemaProviderCompatibilityAttribute(typeof(DatabaseSchemaProvider))]
public sealed class Normal : NormalBase
[DatabaseSchemaProviderCompatibilityAttribute(typeof(DatabaseSchemaProvider))]
public ref class Normal sealed : public NormalBase
public final class Normal extends NormalBase
[<SealedAttribute>]
[<DatabaseSchemaProviderCompatibilityAttribute(typeof(DatabaseSchemaProvider))>]
type Normal =  
    class
        inherit NormalBase
    end

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.Generators.Sql.DistributionBase
    Microsoft.Data.Schema.Generators.Sql.NormalBase
      Microsoft.Data.Schema.Generators.Sql.Normal

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

Normal Members

Microsoft.Data.Schema.Generators.Sql Namespace