Microsoft Internet Security and Acceleration Server 2000

FPCLog.LogDbTableName Property

Gets or sets the name of the SQL table.

VBScript Syntax[VBScript]

FPCLog.LogDbTableName [ = sTableName ]

C++ Syntax[C++]

HRESULT get_LogDbTableName(
  BSTR *psTableName
);

HRESULT put_LogDbTableName(
  BSTR sTableName
);

Parameters

sTableName
String that specifies the SQL table name.

The property is read-write.

Applies To

FPCLog