SQL Management Studio

Microsoft.SQLServer.2016.Database.RunSQLBrowser (ConsoleTask)

Element properties:

TargetMicrosoft.SQLServer.2016.Database
ApplicationSsms.exe
WorkingDirectory
isRequireOutputFalse
AccessibilityInternal
EnabledTrue

Source Code:

<ConsoleTask ID="Microsoft.SQLServer.2016.Database.RunSQLBrowser" Accessibility="Internal" Target="SQL2016Core!Microsoft.SQLServer.2016.Database" RequireOutput="false" Category="MonitoringObject">
<Application>Ssms.exe</Application>
<Parameters>
<Parameter>-S</Parameter>
<Parameter>$Target/Host/Property[Type="SQL2016Core!Microsoft.SQLServer.2016.DBEngine"]/ConnectionString$</Parameter>
<Parameter>-d</Parameter>
<Parameter>"$Target/Property[Type="SQL2016Core!Microsoft.SQLServer.2016.Database"]/DatabaseName$"</Parameter>
</Parameters>
<WorkingDirectory/>
</ConsoleTask>