EditorFactorySql Constructor
Initializes a new instance of the EditorFactorySql 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 EditorFactorySql(withEncoding)
public EditorFactorySql(
bool withEncoding
)
public:
EditorFactorySql(
bool withEncoding
)
new :
withEncoding:bool -> EditorFactorySql
public function EditorFactorySql(
withEncoding : boolean
)
Parameters
- withEncoding
Type: System.Boolean
Boolean value that indicates whether to use encoding.