SqlScriptEditorControl.IsSqlObjectDocument Property

Definition

Gets a Boolean which determines if the SqlScriptEditorControl is a debugging window.

public:
 property bool IsSqlObjectDocument { bool get(); };
public bool IsSqlObjectDocument { get; }
member this.IsSqlObjectDocument : bool
Public ReadOnly Property IsSqlObjectDocument As Boolean

Property Value

A Boolean value that returns true if the SqlScriptEditorControl is a debugging window, otherwise false.

Applies to