SI_DISABLED Property
Applies To
Indicates whether or not the server is disabled.
Type
WHERE
SI_ID = ObjectID
The syntax has these parts:
Part
| Type
| Description
|
ObjectID
| Long
| A number that identifies the object you want to retrieve.
|
Syntax
SELECT
SI_DISABLED
FROM
CI_SYSTEMOBJECTS
WHERE
SI_ID=ObjectID
The syntax has these parts:
Part
| Type
| Description
|
ObjectID
| Long
| A number that identifies the object you want to retrieve.
|
Used to access the property from a query result:
QueryResult.Item(Index).PluginInterface.Disabled