Share via


Exponential Class

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

Inheritance Hierarchy

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

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

Exponential Members

Microsoft.Data.Schema.Generators.Sql Namespace