DesignerInit Constructor (Type)

Note: This API is now obsolete. The non-obsolete alternative is [TBD].

Initializes a new instance of the DesignerInit class.

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

Syntax

'Declaration
<ObsoleteAttribute("This constructor has been superseded by the DesignerInit(ExtensionHandle) constructor.")> _
Public Sub New ( _
    type As Type _
)
'Usage
Dim type As Type

Dim instance As New DesignerInit(type)
[ObsoleteAttribute("This constructor has been superseded by the DesignerInit(ExtensionHandle) constructor.")]
public DesignerInit(
    Type type
)
[ObsoleteAttribute(L"This constructor has been superseded by the DesignerInit(ExtensionHandle) constructor.")]
public:
DesignerInit(
    Type^ type
)
public function DesignerInit(
    type : Type
)
[<ObsoleteAttribute("This constructor has been superseded by the DesignerInit(ExtensionHandle) constructor.")>]
new : 
        type:Type -> DesignerInit

Parameters

  • type
    Type: System.Type
    A Type that contains the type of generator that this designer supports

.NET Framework Security

See Also

Reference

DesignerInit Class

DesignerInit Members

DesignerInit Overload

Microsoft.Data.Schema.DataGenerator Namespace