ScriptFactory.DesignTableOrView 메서드

Used by external components to create a new instance of an assisted editor of a given type. Propagates back any exception that was raised during the initialization of the editor.

네임스페이스:  Microsoft.SqlServer.Management.UI.VSIntegration.Editors
어셈블리:  SQLEditors(SQLEditors.dll)

구문

‘선언
Public Sub DesignTableOrView ( _
    editorType As DocumentType, _
    aeOptions As DocumentOptions, _
    parentUrnString As String, _
    mc As IManagedConnection _
)
‘사용 방법
Dim instance As ScriptFactory 
Dim editorType As DocumentType 
Dim aeOptions As DocumentOptions 
Dim parentUrnString As String 
Dim mc As IManagedConnection

instance.DesignTableOrView(editorType, _
    aeOptions, parentUrnString, mc)
public void DesignTableOrView(
    DocumentType editorType,
    DocumentOptions aeOptions,
    string parentUrnString,
    IManagedConnection mc
)
public:
virtual void DesignTableOrView(
    DocumentType editorType, 
    DocumentOptions aeOptions, 
    String^ parentUrnString, 
    IManagedConnection^ mc
) sealed
abstract DesignTableOrView : 
        editorType:DocumentType * 
        aeOptions:DocumentOptions * 
        parentUrnString:string * 
        mc:IManagedConnection -> unit  
override DesignTableOrView : 
        editorType:DocumentType * 
        aeOptions:DocumentOptions * 
        parentUrnString:string * 
        mc:IManagedConnection -> unit
public final function DesignTableOrView(
    editorType : DocumentType, 
    aeOptions : DocumentOptions, 
    parentUrnString : String, 
    mc : IManagedConnection
)

매개 변수

  • parentUrnString
    유형: System.String
    A string value that specifies the parent URN.

참고 항목

참조

ScriptFactory 클래스

Microsoft.SqlServer.Management.UI.VSIntegration.Editors 네임스페이스