DefaultDistributionDesigner.Name Property

Gets the friendly name of the distribution to which this designer corresponds.

Namespace:  Microsoft.Data.Schema.DataGenerator
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property Name As String
    Get
'Usage
Dim instance As DefaultDistributionDesigner
Dim value As String

value = instance.Name
public virtual string Name { get; }
public:
virtual property String^ Name {
    String^ get ();
}
function get Name () : String
abstract Name : string
override Name : string

Property Value

Type: System.String
Returns a String that contains the friendly name of the distribution.

Implements

IDesigner.Name

Remarks

One instance of the designer exists for each distribution that the data generation plan includes.

.NET Framework Security

See Also

Reference

DefaultDistributionDesigner Class

DefaultDistributionDesigner Members

Microsoft.Data.Schema.DataGenerator Namespace