| SqlEventLog Constructor |
Creates a new SQL event log.
Namespace:
Galactic.EventLog.Sql
Assembly:
Galactic.EventLog.Sql (in Galactic.EventLog.Sql.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax public SqlEventLog(
string connectionString,
Type storedProcedureType
)
Public Sub New (
connectionString As String,
storedProcedureType As Type
)
public:
SqlEventLog(
String^ connectionString,
Type^ storedProcedureType
)
new :
connectionString : string *
storedProcedureType : Type -> SqlEventLog
Parameters
- connectionString
- Type: SystemString
The connection string to use for this event log. - storedProcedureType
- Type: SystemType
The type of stored procedure used for the event log.
See Also