Freigeben über


ScriptFactory.DesignTableOrView Methode

Definition

Erstellt eine neue Instanz eines unterstützten Editors eines bestimmten Typs. Verteilt jede Ausnahme, die während der Initialisierung des Editors ausgelöst wurde, zurück.

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)

Parameter

editorType
DocumentType

Ein DocumentType-Objekt.

aeOptions
DocumentOptions

Ein DocumentOptions-Objekt.

parentUrnString
String

Der übergeordnete URN.

Implementiert

Gilt für: