EditorFactorySql(Boolean) Constructor

Definition

Initializes a new instance of the EditorFactorySql class.

public:
 EditorFactorySql(bool withEncoding);
public EditorFactorySql (bool withEncoding);
new Microsoft.SqlServer.Management.UI.VSIntegration.Editors.EditorFactorySql : bool -> Microsoft.SqlServer.Management.UI.VSIntegration.Editors.EditorFactorySql
Public Sub New (withEncoding As Boolean)

Parameters

withEncoding
Boolean

Boolean value that indicates whether to use encoding.

Applies to