ScriptFactory.DesignTableOrView 메서드

정의

지정된 형식의 보조 편집기의 새 인스턴스를 만듭니다. 편집기를 초기화하는 동안 발생한 모든 예외를 다시 전파합니다.

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)

매개 변수

editorType
DocumentType

DocumentType 개체입니다.

aeOptions
DocumentOptions

DocumentOptions 개체입니다.

parentUrnString
String

부모 URN입니다.

구현

적용 대상