Edit

InstanceParameters.EventSourceKey property

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

See also

Reference

InstanceParameters class

InstanceParameters members

Microsoft.Isam.Esent.Interop namespace