InstanceParameters.NoInformationEvent-Eigenschaft
Ruft einen Wert ab, der angibt, ob Informationsereignisprotokollmeldungen, die normalerweise von der Datenbank-Engine generiert werden, unterdrückt werden, oder legt diesen fest.
Namespace: Microsoft.Isam.Esent.Interop
Assembly: 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