EventLogInformation.RecordCount Eigenschaft

Definition

Ruft die Anzahl der Datensätze in Ereignisprotokoll an.

public:
 property Nullable<long> RecordCount { Nullable<long> get(); };
public long? RecordCount { get; }
member this.RecordCount : Nullable<int64>
Public ReadOnly Property RecordCount As Nullable(Of Long)

Eigenschaftswert

Gibt einen Long-Wert zurück, der die Anzahl der Datensätze im Ereignisprotokoll darstellt. Dieser Wert kann NULL sein.

Gilt für:

Weitere Informationen