SqlScriptEditorControl.IsSqlObjectDocument Property
Gets a Boolean which determines if the SqlScriptEditorControl is a debugging window.
Namespace: Microsoft.SqlServer.Management.UI.VSIntegration.Editors
Assembly: SQLEditors (in SQLEditors.dll)
Syntax
'Declaration
Public ReadOnly Property IsSqlObjectDocument As Boolean
Get
'Usage
Dim instance As SqlScriptEditorControl
Dim value As Boolean
value = instance.IsSqlObjectDocument
public bool IsSqlObjectDocument { get; }
public:
property bool IsSqlObjectDocument {
bool get ();
}
member IsSqlObjectDocument : bool
function get IsSqlObjectDocument () : boolean
Property Value
Type: System.Boolean
A Boolean value that returns true if the SqlScriptEditorControl is a debugging window, otherwise false.
See Also
Reference
Microsoft.SqlServer.Management.UI.VSIntegration.Editors Namespace