Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Checks to see whether the Transact-SQL Script tool window is visible.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.UI
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Function IsSqlScriptToolWindowVisible As Boolean
public bool IsSqlScriptToolWindowVisible()
public:
bool IsSqlScriptToolWindowVisible()
member IsSqlScriptToolWindowVisible : unit -> bool
public function IsSqlScriptToolWindowVisible() : boolean
Return Value
Type: System.Boolean
True if the window is visible.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.