EditorFactorySqlCe Constructor
Initializes a new instance of the EditorFactorySqlCe class.
Namespace: Microsoft.SqlServer.Management.UI.VSIntegration.Editors
Assembly: SQLEditors.VS (in SQLEditors.VS.dll)
Syntax
'Declaration
Public Sub New ( _
withEncoding As Boolean _
)
'Usage
Dim withEncoding As Boolean
Dim instance As New EditorFactorySqlCe(withEncoding)
public EditorFactorySqlCe(
bool withEncoding
)
public:
EditorFactorySqlCe(
bool withEncoding
)
new :
withEncoding:bool -> EditorFactorySqlCe
public function EditorFactorySqlCe(
withEncoding : boolean
)
Parameters
- withEncoding
Type: System.Boolean
A Boolean value that indicates whether to use encoding.