DesignerInit Constructor
Initializes a new instance of the DesignerInit class by using the provided extension handle.
Namespace: Microsoft.Data.Schema.Tools.DataGenerator
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Public Sub New ( _
extensionHandle As ExtensionHandle _
)
public DesignerInit(
ExtensionHandle extensionHandle
)
public:
DesignerInit(
ExtensionHandle^ extensionHandle
)
new :
extensionHandle:ExtensionHandle -> DesignerInit
public function DesignerInit(
extensionHandle : ExtensionHandle
)
Parameters
- extensionHandle
Type: Microsoft.Data.Schema.Extensibility.ExtensionHandle
An ExtensionHandle object for the class that is the subject of the designer.
.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.