FPCLogViewer
Internet Security and Acceleration Server 2004/2006 SDK
The FPCLogViewer object represents the log viewer for an ISA Server array. This object provides access to collections that hold the log entries retrieved from the Microsoft SQL Server Desktop Engine (MSDE) log or the online log in a query.
This object is accessed through the LogViewer property of the FPCArray object.
Click here to see the ISA Server object hierarchy.
Methods
The FPCLogViewer object does not define any methods.
Properties
The FPCLogViewer object has the following properties.
| Property | Description |
|---|---|
| LogContentMSDE | Gets an FPCLogContent collection that holds the log entries retrieved from the Microsoft SQL Server Desktop Engine (MSDE) log in a query. |
| LogContentOnline | Gets an FPCLogContent collection that holds the log entries retrieved from the online log in a query. |
Interfaces for C++ Programming
This collection implements the IFPCLogViewer interface.
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. |