ProjectVariablesWrapper クラス

定義

重要

この API は CLS 準拠ではありません。

プロジェクト変数ラッパーのコレクションを格納します。

public ref class ProjectVariablesWrapper sealed : Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSVariables100, System::Collections::IEnumerable
[System.CLSCompliant(false)]
[System.Runtime.InteropServices.ComVisible(true)]
public sealed class ProjectVariablesWrapper : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariables100, System.Collections.IEnumerable
[<System.CLSCompliant(false)>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type ProjectVariablesWrapper = class
    interface IDTSVariables100
    interface IEnumerable
Public NotInheritable Class ProjectVariablesWrapper
Implements IDTSVariables100, IEnumerable
継承
ProjectVariablesWrapper
属性
実装

コンストラクター

ProjectVariablesWrapper(Project)

指定したプロジェクトを使用して、ProjectVariablesWrapper クラスの新しいインスタンスを初期化します。

プロパティ

Count

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

Item[Object]

指定した IDTSVariable100 オブジェクトを ProjectVariablesWrapper コレクションから取得します。

Locked

ProjectVariablesWrapper コレクション内の変数がロックされているかどうかを示す値を取得します。

メソッド

Add(String, Boolean, String, Object)

指定された IDTSVariable100 オブジェクトを ProjectVariablesWrapper インスタンスに追加します。

Contains(Object)

インデックスを使用して ProjectVariablesWrapper コレクション内のアイテムにアクセスできるかどうかを示します。

GetEnumerator()

IEnumerator インスタンスから ProjectVariablesWrapper オブジェクトを返します。

Join(IDTSVariable100)

IDTSVariable100 変数を ProjectVariablesWrapper コレクションに結合します。

Remove(Object)

ProjectVariablesWrapper インスタンスから変数オブジェクトを削除します。

Unlock()

変数コレクションの変数のロックを解除します。

適用対象