IDTSErrors100 インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
IDTSError100 オブジェクトのコレクションを表します。
public interface class IDTSErrors100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("255752E8-3D6D-4B08-9CD3-5687068FE4D4")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSErrors100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("2FA1470B-B707-4E6B-A04F-BC0BD9A46428")]
public interface IDTSErrors100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("DF43CD53-33F0-4456-B98C-CA2EBEA06B3D")]
public interface IDTSErrors100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("255752E8-3D6D-4B08-9CD3-5687068FE4D4")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSErrors100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("2FA1470B-B707-4E6B-A04F-BC0BD9A46428")>]
type IDTSErrors100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("DF43CD53-33F0-4456-B98C-CA2EBEA06B3D")>]
type IDTSErrors100 = interface
interface IEnumerable
Public Interface IDTSErrors100
Implements IEnumerable
- 属性
- 実装
プロパティ
Count |
コレクションに格納されている要素の数を取得します。 |
Item[Object] |
IDTSError100 オブジェクトをコレクションから取得します。 |
メソッド
Clear() |
IDTSError100 オブジェクトのプロパティ設定を消去します。 |
GetEnumerator() |
コレクションを繰り返し処理できる IEnumerator を返します。 |