EditorFactorySql Constructor (Boolean)

 

Applies To: SQL Server 2016 Preview

Initializes a new instance of the EditorFactorySql class.

Namespace:   Microsoft.SqlServer.Management.UI.VSIntegration.Editors
Assembly:  SQLEditors (in SQLEditors.dll)

Syntax

public EditorFactorySql(
    bool withEncoding
)
public:
EditorFactorySql(
    bool withEncoding
)
new : 
        withEncoding:bool -> EditorFactorySql
Public Sub New (
    withEncoding As Boolean
)

Parameters

  • withEncoding
    Type: System.Boolean

    Boolean value that indicates whether to use encoding.

See Also

EditorFactorySql Class
Microsoft.SqlServer.Management.UI.VSIntegration.Editors Namespace

Return to top