LogContentMSDE Property of IFPCLogViewer[C++] | FPCLogViewer.LogContentMSDE [Visual Basic]
Internet Security and Acceleration Server 2004/2006 SDK
The LogContentMSDE property gets an FPCLogContent collection that holds the log entries retrieved from the Microsoft SQL Server Desktop Engine (MSDE) log in a query.
HRESULT get_LogContentMSDE( IFPCLogContent* ppLogContent );
Parameters
- ppLogContent
- Address of an interface pointer that on return points to an IFPCLogContent interface representing the collection of log entries retrieved from the MSDE log in a query.
Return Values
This property method returns S_OK if the call is successful; otherwise, it returns an error code.Remarks
This property is read-only.
The LogContentMSDE property gets an FPCLogContent collection that holds the log entries retrieved from the Microsoft SQL Server Desktop Engine (MSDE) log in a query.
Property LogContentMSDE As FPCLogContent
Property Value
Reference to an FPCLogContent collection that holds the log entries retrieved from the MSDE log in a query.Remarks
This property is read-only.
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. |
| DLL | Requires Msfpccom.dll. |