IDTSTaskInfos100 インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
IDTSTaskInfo100 オブジェクトのコレクションを含んでいます。
public interface class IDTSTaskInfos100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("0C9AEA47-CF9B-4BF2-BE22-EA3F877B7798")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSTaskInfos100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("3FF035FF-C72B-4376-B6D2-95F8B7D2E7F7")]
public interface IDTSTaskInfos100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("BD8B9117-F832-4DA9-90F3-C0D95CB02566")]
public interface IDTSTaskInfos100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("0C9AEA47-CF9B-4BF2-BE22-EA3F877B7798")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSTaskInfos100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("3FF035FF-C72B-4376-B6D2-95F8B7D2E7F7")>]
type IDTSTaskInfos100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("BD8B9117-F832-4DA9-90F3-C0D95CB02566")>]
type IDTSTaskInfos100 = interface
interface IEnumerable
Public Interface IDTSTaskInfos100
Implements IEnumerable
- 属性
- 実装
プロパティ
Count |
コレクションに格納されている要素の数を取得します。 |
Item[Object] |
コレクションから IDTSTaskInfo100 を取得します。 |
メソッド
GetEnumerator() |
コレクションに対する繰り返し処理で使用する列挙子を取得します。 |