Freigeben über


LogFiles Collection

Dieses Feature wird in einer zukünftigen Version von Microsoft SQL Server entfernt. Verwenden Sie dieses Feature beim Entwickeln neuer Anwendungen nicht, und planen Sie das Ändern von Anwendungen, in denen es zurzeit verwendet wird.

The LogFiles collection contains LogFile objects that reference operating system files that maintain the transaction log records of a Microsoft SQL Server database.

SQL-DMO-Objektmodell, das das aktuelle Objekt anzeigt

Properties

Count Property

Methods

Add Method

ItemByID Method

Item Method

Refresh Method

Hinweise

With the LogFiles collection, you can configure SQL Server transaction log disk usage. For more information about creating operating system files for transaction log use, see LogFile Object.

When using the Item method, the LogFiles collection supports member identification using only ordinal reference syntax. For example:

Set oLogFile = oTransactionLog.LogFiles(1)
ms134951.note(de-de,SQL.90).gifHinweis:
The LogFiles collection is compatible with instances of SQL Server version 7.0 and later. However, the LogFiles2 collection extends the functionality of the LogFiles collection for use with features that are new in SQL Server 2000.

Siehe auch

Verweis

LogFiles2 Collection

Hilfe und Informationen

Informationsquellen für SQL Server 2005