ScriptEditorControl.isDacProjectFile Field

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

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

Syntax

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

value = Me.isDacProjectFile

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