CimTable.SQLcommand (property)

Gets and sets SQL command to execute as a maintenance action
Syntax: String = object.SQLcommand
object.SQLcommand = String
Description: CimTable.SQLcommand is a string specifing an SQL command that is to be executed when a maintenance event ocurrs.

Examples

myTable.SQLcommand = "I don't know any SQL commands, sorry!"