IDTSLogEntryInfos100 インターフェイス

定義

詳細については、「LogEntryInfos」を参照してください。

public interface class IDTSLogEntryInfos100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("3DE518CC-738D-468C-8600-81CD66A98CD1")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSLogEntryInfos100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("529B8BC0-7A87-46D4-95E6-09EF70E716B7")]
public interface IDTSLogEntryInfos100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("09EFE293-CA4B-4897-ABC2-D701A3250C69")]
public interface IDTSLogEntryInfos100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("3DE518CC-738D-468C-8600-81CD66A98CD1")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSLogEntryInfos100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("529B8BC0-7A87-46D4-95E6-09EF70E716B7")>]
type IDTSLogEntryInfos100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("09EFE293-CA4B-4897-ABC2-D701A3250C69")>]
type IDTSLogEntryInfos100 = interface
    interface IEnumerable
Public Interface IDTSLogEntryInfos100
Implements IEnumerable
属性
実装

プロパティ

Count

コレクションに格納されている要素の数を取得します。

Item[Object]

コレクションからログ エントリ オブジェクトを取得します。

メソッド

Add(String, String, DTSLogEntryFrequency)

IDTSLogEntryInfos100 コレクションに新しいログ エントリ オブジェクトを追加します。

GetEnumerator()

コレクションに対する繰り返し処理で使用する列挙子を返します。

Remove(Object)

IDTSLogEntryInfos100 コレクションから指定したコレクションを削除します。

適用対象