IDTSWarnings100 インターフェイス

定義

警告のコレクションのプロパティとメソッドを定義します。

public interface class IDTSWarnings100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("53418CBC-D6D8-42A1-8D0E-9410BF3DCB8E")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSWarnings100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("9338E492-60E9-4A8A-B1FB-15865EC474AF")]
public interface IDTSWarnings100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("DFC9B871-BD36-422C-AB47-E7E4819A42A3")]
public interface IDTSWarnings100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("53418CBC-D6D8-42A1-8D0E-9410BF3DCB8E")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSWarnings100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("9338E492-60E9-4A8A-B1FB-15865EC474AF")>]
type IDTSWarnings100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("DFC9B871-BD36-422C-AB47-E7E4819A42A3")>]
type IDTSWarnings100 = interface
    interface IEnumerable
Public Interface IDTSWarnings100
Implements IEnumerable
属性
実装

注釈

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

プロパティ

Count

IDTSWarnings100 インスタンスに含まれる要素の数を取得します。

Item[Object]

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

メソッド

Clear()

すべてのオブジェクトを IDTSWarnings100 コレクションから消去します。

GetEnumerator()

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

適用対象