DesignerInit.Type Property
Gets the type of distribution or data generator that this designer supports.
Namespace: Microsoft.Data.Schema.DataGenerator
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public ReadOnly Property Type As Type
'Usage
Dim instance As DesignerInit
Dim value As Type
value = instance.Type
public Type Type { get; }
public:
property Type^ Type {
Type^ get ();
}
public function get Type () : Type
Property Value
Type: System.Type
Returns a Type that contains the type of generator that this designer supports.
Remarks
One instance of a designer exists for each column that is included in the data generation plan. Type is the type of data generator for the column that this designer supports.
One instance of a designer also exists for each distribution that is used for a numeric column in the data generation plan. In that case, Type is the type of distribution.
.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.