Share via


NormalInverse Class

Provides an inverse 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 NormalInverse _
    Inherits NormalBase
'Usage
Dim instance As NormalInverse
[DatabaseSchemaProviderCompatibilityAttribute(typeof(DatabaseSchemaProvider))]
public sealed class NormalInverse : NormalBase
[DatabaseSchemaProviderCompatibilityAttribute(typeof(DatabaseSchemaProvider))]
public ref class NormalInverse sealed : public NormalBase
public final class NormalInverse extends NormalBase
[<SealedAttribute>]
[<DatabaseSchemaProviderCompatibilityAttribute(typeof(DatabaseSchemaProvider))>]
type NormalInverse =  
    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.NormalInverse

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

NormalInverse Members

Microsoft.Data.Schema.Generators.Sql Namespace