EditorFactoryBase.withEncoding Field

Boolean that indicates if the script uses encoding.

Namespace:  Microsoft.SqlServer.Management.UI.VSIntegration.Editors
Assembly:  SQLEditors (in SQLEditors.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

See Also

Reference

EditorFactoryBase Class

Microsoft.SqlServer.Management.UI.VSIntegration.Editors Namespace