Microsoft Identity Integration Server 2003 Developer Reference

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.
string NumTotalDisconnectors();

Parameters

This method has no parameters.

Return Values

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()

Example Code

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

Server: Requires Microsoft Identity Integration Server 2003.
Header: Declared in mmswmi.mof.


See Also

MIIS_ManagementAgent