Share via


ExponentialInverse Class

Represents exponential inverse generation.

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 ExponentialInverse _
    Inherits DistributionBase
'Usage
Dim instance As ExponentialInverse
[DatabaseSchemaProviderCompatibilityAttribute(typeof(DatabaseSchemaProvider))]
public sealed class ExponentialInverse : DistributionBase
[DatabaseSchemaProviderCompatibilityAttribute(typeof(DatabaseSchemaProvider))]
public ref class ExponentialInverse sealed : public DistributionBase
public final class ExponentialInverse extends DistributionBase
[<SealedAttribute>]
[<DatabaseSchemaProviderCompatibilityAttribute(typeof(DatabaseSchemaProvider))>]
type ExponentialInverse =  
    class
        inherit DistributionBase
    end

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.Generators.Sql.DistributionBase
    Microsoft.Data.Schema.Generators.Sql.ExponentialInverse

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

ExponentialInverse Members

Microsoft.Data.Schema.Generators.Sql Namespace