ScriptFactory.DesignTableOrView Method

Definition

Creates a new instance of an assisted editor of a given type. Propagates back any exception that was raised during the initialization of the editor.

public:
 virtual void DesignTableOrView(Microsoft::SqlServer::Management::UI::VSIntegration::Editors::DocumentType editorType, Microsoft::SqlServer::Management::UI::VSIntegration::Editors::DocumentOptions aeOptions, System::String ^ parentUrnString, Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::IManagedConnection ^ mc);
public void DesignTableOrView (Microsoft.SqlServer.Management.UI.VSIntegration.Editors.DocumentType editorType, Microsoft.SqlServer.Management.UI.VSIntegration.Editors.DocumentOptions aeOptions, string parentUrnString, Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IManagedConnection mc);
abstract member DesignTableOrView : Microsoft.SqlServer.Management.UI.VSIntegration.Editors.DocumentType * Microsoft.SqlServer.Management.UI.VSIntegration.Editors.DocumentOptions * string * Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IManagedConnection -> unit
override this.DesignTableOrView : Microsoft.SqlServer.Management.UI.VSIntegration.Editors.DocumentType * Microsoft.SqlServer.Management.UI.VSIntegration.Editors.DocumentOptions * string * Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IManagedConnection -> unit
Public Sub DesignTableOrView (editorType As DocumentType, aeOptions As DocumentOptions, parentUrnString As String, mc As IManagedConnection)

Parameters

editorType
DocumentType

A DocumentType object.

aeOptions
DocumentOptions

A DocumentOptions object.

parentUrnString
String

The parent URN.

Implements

Applies to