Share via


EditorFactoryBase.withEncoding Field

Boolean that indicates if the script uses encoding.

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

Syntax

'Declaration
Public withEncoding As Boolean
'Usage
Dim instance As EditorFactoryBase
Dim value As Boolean

value = instance.withEncoding

instance.withEncoding = value
public bool withEncoding
public:
bool withEncoding
val mutable withEncoding: bool
public var withEncoding : boolean