SQL Management Studio

Microsoft.SQLServer.Linux.ConsoleTask.DBEngine.RunSQLBrowser (ConsoleTask)

Element properties:

TargetMicrosoft.SQLServer.Linux.DBEngine
Applicationpowershell.exe
WorkingDirectory
isRequireOutputFalse
AccessibilityInternal
EnabledTrue

Source Code:

<ConsoleTask ID="Microsoft.SQLServer.Linux.ConsoleTask.DBEngine.RunSQLBrowser" Accessibility="Internal" Target="SqlDiscL!Microsoft.SQLServer.Linux.DBEngine" RequireOutput="false">
<Assembly>Res.Microsoft.SQLServer.Linux.ConsoleTask.DBEngine.RunSQLBrowser</Assembly>
<Handler>ShellHandler</Handler>
<Parameters>
<Argument Name="Application">powershell.exe</Argument>
<Argument Name="WorkingDirectory"/>
<Argument>-NoLogo -NoProfile -Command Invoke-Command {
$p = 0
$serverConnectionStringParam = @'
$Target/Property[Type="SqlCoreLib!Microsoft.SQLServer.Core.DBEngine"]/ConnectionString$
'@

$IncludeFileContent/Scripts/../../../Scripts/SqlToolsCommon.ps1$

$ssmsPath = GetSsmsPath

&amp; $ssmsPath @('-S', $serverConnectionStringParam)
}</Argument>
</Parameters>
</ConsoleTask>