EditorFactorySql 생성자

Initializes a new instance of the EditorFactorySql class.

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

구문

‘선언
Public Sub New ( _
    withEncoding As Boolean _
)
‘사용 방법
Dim withEncoding As Boolean 

Dim instance As New EditorFactorySql(withEncoding)
public EditorFactorySql(
    bool withEncoding
)
public:
EditorFactorySql(
    bool withEncoding
)
new : 
        withEncoding:bool -> EditorFactorySql
public function EditorFactorySql(
    withEncoding : boolean
)

매개 변수

  • withEncoding
    유형: System.Boolean
    Boolean value that indicates whether to use encoding.

참고 항목

참조

EditorFactorySql 클래스

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