DistributionBase Class
Represents the distribution base.
Namespace: Microsoft.Data.Schema.Generators.Sql
Assembly: Microsoft.Data.Schema.Generators.Sql (in Microsoft.Data.Schema.Generators.Sql.dll)
Syntax
'Declaration
<DistributionAttribute(GetType(DefaultDistributionDesigner))> _
Public MustInherit Class DistributionBase _
Implements IDistribution, IExtensionInformation, IExtension
'Usage
Dim instance As DistributionBase
[DistributionAttribute(typeof(DefaultDistributionDesigner))]
public abstract class DistributionBase : IDistribution,
IExtensionInformation, IExtension
[DistributionAttribute(typeof(DefaultDistributionDesigner))]
public ref class DistributionBase abstract : IDistribution,
IExtensionInformation, IExtension
public abstract class DistributionBase implements IDistribution, IExtensionInformation, IExtension
[<AbstractClassAttribute>]
[<DistributionAttribute(typeof(DefaultDistributionDesigner))>]
type DistributionBase =
class
interface IDistribution
interface IExtensionInformation
interface IExtension
end
Inheritance Hierarchy
System.Object
Microsoft.Data.Schema.Generators.Sql.DistributionBase
Microsoft.Data.Schema.Generators.Sql.Exponential
Microsoft.Data.Schema.Generators.Sql.ExponentialInverse
Microsoft.Data.Schema.Generators.Sql.NormalBase
Microsoft.Data.Schema.Generators.Sql.Uniform
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.