InstanceParameters.NoInformationEvent-Eigenschaft

Ruft einen Wert ab, der angibt, ob informationsbasierte Ereignisprotokollmeldungen, die normalerweise von der Datenbank-Engine generiert würden, unterdrückt werden, oder legt diesen fest.

Namespace:Microsoft.Isam.Esent.Interop
Versammlung: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Syntax

'Declaration
Public Property NoInformationEvent As Boolean
    Get
    Set
'Usage
Dim instance As InstanceParameters
Dim value As Boolean

value = instance.NoInformationEvent

instance.NoInformationEvent = value
public bool NoInformationEvent { get; set; }

Eigenschaftswert

Typ: System.Boolean

Siehe auch

Verweis

InstanceParameters-Klasse

InstanceParameters-Member

Microsoft.Isam.Esent.Interop-Namespace