Microsoft Identity Integration Server 2003 Developer Reference

NumExportAdd Method of the MIIS_ManagementAgent Class

The NumExportAdd method returns the number of connector space objects that will be added to the connected directory on the next export. To use this method, you must be logged on as a member of the MIISBrowse, MIISOperators, or MIISAdmins security group.
string NumExportAdd();

Parameters

This method has no parameters.

Return Values

Returns a string that contains either the number of objects in the connector space that will be added to the connected directory on the next export or one of the values listed in Return Strings.

Example Code

The example given in the Methods topic shows you how to use Visual Basic Scripting Edition (VBScript) to get the value of this method 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