Microsoft.ISAServer.2006.Logging.DatabaseMicrosoft ISA Server 2006 Logging: Database

Microsoft.ISAServer.2006.Logging.Database (ClassType)

ISA Server Database Logging (to SQL Server / ODBC)

Element properties:

Base ClassMicrosoft.ISAServer.Logging
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdc7088ac5-28dd-8076-ba3e-00f03ee33655

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.ISAServer.2006.Logging.Database:
ServerName  string  Server Name Name of the Server true 256  False 
LogName  string  Log Name Persistent Name of the Log true 256  False 
Type  string  Log Type Type of Log true 256  False 
State  bool  Log State Specifies if logging is enabled false 256   

Health Model:

Source Code:

<ClassType ID="Microsoft.ISAServer.2006.Logging.Database" Accessibility="Public" Abstract="false" Base="Microsoft.ISAServer.Logging" Hosted="true" Singleton="false">
<Property ID="ServerName" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="LogName" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Type" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="State" Type="bool" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>