IDTSVariables100 インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
IDTSVariable100 オブジェクトのコレクションを操作するためのプロパティとメソッドを提供します。
public interface class IDTSVariables100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("D1A469BC-F371-4D15-832F-BACB50C162E9")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSVariables100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("2CD38B23-6C17-4025-A8B6-D2E497DD1DDC")]
public interface IDTSVariables100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("12158F59-81D8-413E-A1AC-156585D2BEC5")]
public interface IDTSVariables100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("D1A469BC-F371-4D15-832F-BACB50C162E9")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSVariables100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("2CD38B23-6C17-4025-A8B6-D2E497DD1DDC")>]
type IDTSVariables100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("12158F59-81D8-413E-A1AC-156585D2BEC5")>]
type IDTSVariables100 = interface
interface IEnumerable
Public Interface IDTSVariables100
Implements IEnumerable
- 派生
- 属性
- 実装
プロパティ
Count |
コレクションに格納されている要素の数を取得します。 |
Item[Object] |
IDTSVariable100 オブジェクトをコレクションから取得します。 |
Locked |
コレクション内の変数がロックされているかどうかを示す値を取得します。 |
メソッド
Add(String, Boolean, String, Object) |
IDTSVariable100 オブジェクトをコレクションに追加します。 |
Contains(Object) |
例外がスローされることなく、インデックスを使用してコレクション内の項目にアクセスできるかどうかを示します。 |
GetEnumerator() |
コレクションに対する繰り返し処理で使用する IEnumerator 列挙子を返します。 |
Join(IDTSVariable100) |
IDTSVariable100 をコレクションに結合します。 |
Remove(Object) |
IDTSVariable100 オブジェクトをコレクションから削除します。 |
Unlock() |
コレクションのロックを解除し、コレクションの状態に無効または不明のフラグを付けます。 |