Microsoft Internet Security and Acceleration Server 2000

FPCServers.Remove Method

Removes a server from the collection.

Note  This method is available only for an array in ISA Server Enterprise Edition. It is not available for a stand-alone server, or for ISA Server Standard Edition.

VBScript Syntax[VBScript]

FPCServers.Remove( vIndex, bForced )

C++ Syntax[C++]

HRESULT Remove(
  VARIANT vIndex, 
  VARIANT_BOOL bForced
);

Parameters

vIndex
Required. Name or one-based index of the FPCServer object to remove.
bForced
Optional. Boolean value that indicates whether the removal of the server will be forced. The default value is FALSE, indicating that if a packet filter or alert is associated with the particular server, the server will not be removed. If you set this value to TRUE, then even if a packet filter or alert is associated with the server, the server will be removed, as will be that alert or packet filter.

Remarks

The FPCServers collection represents a server array; you remove a server from an array by using the Remove method. This removal is not permanent until after the Save method is called and the new array contents are saved to persistent storage.

Applies To

FPCServers