Remove Databases Related to Selected Entries from Grid
Tag: UncheckSelectedDB
The self-closing tag UncheckSelectedDB emulates the selection of the options 'Grid Entry Selection: Remove Databases Related to Selected Entries' found in the right-click menu of all multi-database tools.
Detailed Description
The UncheckSelectedDB action can be used either without attributes, or with the Target value of "Grid" to perform its functions on the main grid.
The Server attribute is only applicable to consoleEZ, in which case it will be mandatory for Target="LogAnalyzer" or Target="VolumeAnalyzer".
The Index attribute is also only used in consoleEZ and is mandatory when using Target="LogAnalyzer" or Target="VolumeAnalyzer". It is the value found on the Log Analyzer and Volume Analyzer windows.
Tag Attributes
Attributes | Attribute Values | Value Description |
---|---|---|
Target | Applicable Grid Code | N/A - Not Required (See detailed description) |
Server | Abbreviated server names (separated by comma) | N/A - Only applicable in consoleEZ (See detailed description) |
Index | Positive integer | Window index number - Only applicable in consoleEZ (See detailed description) |
Example Script
<UncheckSelectedDB Target="SelectedDatabases"/>