ScriptFactory.DesignTableOrView Metodo

Definizione

Crea una nuova istanza di un editor assistito di un determinato tipo. Propaga tutte le eccezioni generate durante l'inizializzazione dell'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)

Parametri

editorType
DocumentType

Un oggetto DocumentType.

aeOptions
DocumentOptions

Un oggetto DocumentOptions.

parentUrnString
String

URN padre.

Implementazioni

Si applica a