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 array-level configuration settings of the ISA Server computers that are associated with the array.
In ISA Server Standard Edition, the FPCArrays collection contains only one FPCArray object, which provides access to the configuration settings of a single ISA Server computer.
In ISA Server Enterprise Edition, an enterprise may have multiple FPCArray objects in this collection. Additional arrays are created using the Add method.
For multiple examples of using the FPCArrays collection, see ISA Server Administration Scripting.
The FPCArrays collection is 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 |
|---|---|
| Add | Creates a new FPCArray object in the collection and returns a reference to it (available only in Enterprise Edition). |
| CanImport | Returns a Boolean value that indicates whether the collection's properties can be imported from the specified XML document. (This method is introduced in ISA Server 2006 Enterprise Edition.) |
| Connect | Connects to the specified ISA Server computer, adds the FPCArray object for the specified server to the collection, and returns a reference to the array object. |
| Disconnect | Disconnects from the specified array. |
| Export | Recursively writes all the properties of the collection and its elements, including all the properties of any subobjects and their elements (for collections), to the specified XML document. (This method is introduced in ISA Server 2006 Enterprise Edition.) |
| ExportToFile | Recursively writes all the properties of the collection and its elements, including all the properties of any subobjects and their elements (for collections), to the specified XML file. (This method is introduced in ISA Server 2006 Enterprise Edition.) |
| Import | Recursively copies the values of all the properties of the collection and its elements, including all the properties of any subobjects and their elements (for collections), from the specified XML document to persistent storage. (This method is introduced in ISA Server 2006 Enterprise Edition.) |
| ImportFromFile | Recursively copies the values of all the properties of the collection and its elements, including all the properties of any subobjects and their elements (for collections), from the specified XML file to persistent storage. (This method is introduced in ISA Server 2006 Enterprise Edition.) |
| Item | Retrieves the requested FPCArray object from the collection. |
| Refresh | Recursively reads the values of all the properties of the collection and its elements, including all the properties of its subobjects and their elements (for collections), from persistent storage, discarding any changes that have not been saved (available only in Enterprise Edition). |
| Remove | Removes the specified FPCArray object from the collection (available only in Enterprise Edition). |
| Save | Recursively writes the current values of all the properties of the collection and its elements, including all the properties of its subobjects and their elements (for collections), to persistent storage (available only in Enterprise Edition). |
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. |
Interfaces for C++ Programming
This collection implements the IFPCArrays interface. In Enterprise Edition, this collection also implements the IFPCEEArrays and IFPCArrays2 interfaces.
Requirements
| Client | Requires Windows XP. |
|---|---|
| Server | Requires Windows Server 2003. Requires Windows Server 2003 or Windows 2000 for ISA Server 2004 Standard Edition. |
| Version | Requires Internet Security and Acceleration (ISA) Server 2006 or ISA Server 2004. |
| IDL | Declared in Msfpccom.idl. |