次の方法で共有


IDTSLogEntryInfos100 インターフェイス

名前空間:  Microsoft.SqlServer.Dts.Runtime.Wrapper
アセンブリ:  Microsoft.SqlServer.DTSRuntimeWrap (Microsoft.SqlServer.DTSRuntimeWrap.dll)

構文

'宣言
<GuidAttribute("A199F39A-0141-48E4-87F0-B86E6DE1B66A")> _
Public Interface IDTSLogEntryInfos100 _
    Inherits IEnumerable
'使用
Dim instance As IDTSLogEntryInfos100
[GuidAttribute("A199F39A-0141-48E4-87F0-B86E6DE1B66A")]
public interface IDTSLogEntryInfos100 : IEnumerable
[GuidAttribute(L"A199F39A-0141-48E4-87F0-B86E6DE1B66A")]
public interface class IDTSLogEntryInfos100 : IEnumerable
[<GuidAttribute("A199F39A-0141-48E4-87F0-B86E6DE1B66A")>]
type IDTSLogEntryInfos100 =  
    interface 
        interface IEnumerable 
    end
public interface IDTSLogEntryInfos100 extends IEnumerable

IDTSLogEntryInfos100 型は、以下のメンバーを公開しています。

プロパティ

  名前 説明
パブリック プロパティ Count インフラストラクチャです。コレクションに含まれる要素の数を取得します。
パブリック プロパティ Item インフラストラクチャです。コレクションからログ エントリ オブジェクトを取得します。

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Add インフラストラクチャです。 IDTSLogEntryInfos100 コレクションに新しいログ エントリ オブジェクトを追加します。
パブリック メソッド GetEnumerator インフラストラクチャです。コレクションに対する繰り返し処理で使用する列挙子を返します。
パブリック メソッド Remove インフラストラクチャです。 IDTSLogEntryInfos100 コレクションから指定したコレクションを削除します。

先頭に戻る

関連項目

参照

Microsoft.SqlServer.Dts.Runtime.Wrapper 名前空間