Microsoft Internet Security and Acceleration Server 2004 SDK

FPCArrays Collection

The FPCArrays collection holds a set of FPCArray objects. Each ISA Server computer is associated with an FPCArray object that represents an ISA Server array and provides access to the configuration settings of the ISA Server computer. In ISA Server 2004 Standard Edition, this collection contains only one FPCArray object, which provides access to the configuration settings of a single ISA Server computer.

For multiple examples of using the FPCArrays collection, see ISA Server Administration Scripting.

The FPCArrays collection is typically accessed through the Arrays property of the FPC root object.

Click here to see the ISA Server object hierarchy.

Methods

The FPCArrays collection defines the following methods.

Method Description
Connect Connects to the array of the specified server, adds the FPCArray object to the collection, and returns a reference to the array object.
Disconnect Disconnects from the specified array.
Item Retrieves the requested FPCArray object from the collection.

Properties

The FPCArrays collection has the following properties.

Property Description
_NewEnum Gets an enumerator object for the collection.
Count Gets the number of FPCArray objects in the collection.

Remarks

This collection implements the IFPCArrays interface.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

COM Objects