Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the name of the event log the database engine uses for its event log messages. By default, all event log messages will go to the Application event log. If the registry key name for another event log is configured then the event log messages will go there instead.
Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Property EventSourceKey As String
Get
Set
'Usage
Dim instance As InstanceParameters
Dim value As String
value = instance.EventSourceKey
instance.EventSourceKey = value
public string EventSourceKey { get; set; }
Property value
Type: System.String