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.

mof
string NumTotalDisconnectors();

Parameters

None

Name : NumTotalDisconnectors

Return Value

string

Returns a string that contains either the number of disconnector objects, explicit disconnector objects, and filtered disconnector objects, or one of the values that are listed in WMI Provider 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:

NumTotalDisconnectors Method = NumDisconnectors Method + NumExplicitDisconnectors Method + NumFilteredDisconnectors

Requirements

Product

Forefront Identity Manager Synchronization Service 2010

MOF

Mmswmi.mof

Code Example

The example in Methods shows how to use Microsoft Visual Basic Scripting Edition (VBScript) to get the number of connector space objects that are disconnector objects, explicit disconnector objects, and filtered disconnector objects from all the management agents that are installed on the server.

See Also