次の方法で共有


LogFiles Collection

この機能は、将来のバージョンの Microsoft SQL Server では削除される予定です。新規の開発作業ではこの機能を使用しないようにし、現在この機能を使用しているアプリケーションは修正することを検討してください。

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 オブジェクト モデル

Properties

Count Property

Methods

Add Method

ItemByID Method

Item Method

Refresh Method

解説

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(ja-jp,SQL.90).gifメモ :
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.

参照

関連項目

LogFiles2 Collection

ヘルプおよび情報

SQL Server 2005 の参考資料の入手