ScriptEditorControl.isClrProjectFile Field

Specifies whether this SQL script is a part of a CLR project.

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

Syntax

'Declaration
Protected isClrProjectFile As Boolean
'Usage
Dim value As Boolean

value = Me.isClrProjectFile

Me.isClrProjectFile = value
protected bool isClrProjectFile
protected:
bool isClrProjectFile
val mutable isClrProjectFile: bool
protected var isClrProjectFile : boolean