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.VisualStudio.TeamSystem.Data.DataGenerator
Assembly: Microsoft.VisualStudio.TeamSystem.Data (in microsoft.visualstudio.teamsystem.data.dll)
Syntax
'Declaration
Public Sub New
'Usage
Dim instance As New DefaultDistributionDesigner
public DefaultDistributionDesigner ()
public:
DefaultDistributionDesigner ()
public DefaultDistributionDesigner ()
public function DefaultDistributionDesigner ()
Remarks
One instance of the designer exists for each distribution that the data generation plan includes.
See Also
Reference
DefaultDistributionDesigner Class
DefaultDistributionDesigner Members
Microsoft.VisualStudio.TeamSystem.Data.DataGenerator Namespace
Distribution
IDistribution
DefaultGeneratorDesigner
IGeneratorDesigner
IDesigner