EditorFactorySqlCe(Boolean) Constructor

Definition

Initializes a new instance of the EditorFactorySqlCe class.

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

Parameters

withEncoding
Boolean

A Boolean value that indicates whether to use encoding.

Applies to