NumTotalDisconnectors Method of the MIIS_ManagementAgent Class
The NumTotalDisconnectors method returns the number of disconnector, explicit disconnector, and filtered disconnector objects. To use this method, you must be logged on as a member of the MIISBrowse, MIISOperators, or MIISAdmins security group.
Syntax
string NumTotalDisconnectors();
Parameters
This method has no parameters.
Return Value
Returns a string that contains either the number of disconnector, explicit disconnector, and filtered disconnector objects or one of the values listed in Return Strings.
Remarks
The value of this method is the sum of disconnector objects, explicit disconnector objects, and filtered disconnector objects as shown in the following equation:
MIIS_ManagementAgent.NumTotalDisconnectors() =
MIIS_ManagementAgent.NumDisconnectors() + MIIS_ManagementAgent.NumExplicitDisconnectors() + MIIS_ManagementAgent.NumFilteredDisconnectors()
Examples
The example given in the Methods topic shows you how to use Visual Basic Scripting Edition (VBScript) to get the number of connector space objects that are disconnector, explicit disconnector, and filtered disconnector objects from all the management agents installed on the server.
Requirements
Product | ILM 2007 FP1 |
MOF | Mmswmi.mof |
See Also
MIIS_ManagementAgent
Return Strings
Send comments about this topic to Microsoft
Build date: 2/16/2009