DefaultDistributionDesigner Constructor
Initializes a new instance of the DefaultDistributionDesigner class to correspond to a distribution for a column in the data generation plan.
Namespace: Microsoft.Data.Schema.DataGenerator
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Sub New
'Usage
Dim instance As New DefaultDistributionDesigner()
public DefaultDistributionDesigner()
public:
DefaultDistributionDesigner()
public function DefaultDistributionDesigner()
Remarks
One instance of the designer exists for each distribution that the data generation plan includes.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DefaultDistributionDesigner Class