Microsoft Internet Security and Acceleration Server 2000

FPCArrays Collection

The FPCArrays collection provides access to a collection of FPCArray objects. Individual servers and individual server properties are accessed through each FPCArray object.

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

FPCArrays is a property of the FPC root object.

Click here to see the ISA object hierarchy.

Note to C++ Programmers

This collection implements the IFPCArrays interface.

Methods

The following table lists the methods of the FPCArrays collection.

Method Description
Add Adds a new array to the collection. Unlike other ISA COM object Add methods, this takes place without calling a Save method.
GetContainingArray Returns the current containing array.
Item Returns the array object specified by the integer parameter of this method.
Refresh Reads the collection's configuration information from persistent storage, discarding any changes to the configuration that were not saved.
Remove Removes an array from the collection. Unlike other ISA COM object Remove methods, this takes place without calling a Save method

Properties

The following table lists the properties of the FPCArrays collection.

Property Description
Count Gets the number of array objects in the collection.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Version: Requires ISA Server 2000.
  Header: Msfpccom.idl.