言語

IDTSVariable100 インターフェイス

定義

パッケージ、タスク、またはコンテナ上の変数のインターフェースを表します。

public interface class IDTSVariable100
[System.Runtime.InteropServices.Guid("2FE895CF-A59E-4267-B6D6-156AEF2F6C42")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSVariable100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("D42A73DA-98BC-4FAF-B38F-FCF5D9ED36C1")]
public interface IDTSVariable100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("9DBE5DE5-2C09-4CFD-B8CA-8F5F0E769EB3")]
public interface IDTSVariable100
[<System.Runtime.InteropServices.Guid("2FE895CF-A59E-4267-B6D6-156AEF2F6C42")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSVariable100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("D42A73DA-98BC-4FAF-B38F-FCF5D9ED36C1")>]
type IDTSVariable100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("9DBE5DE5-2C09-4CFD-B8CA-8F5F0E769EB3")>]
type IDTSVariable100 = interface
Public Interface IDTSVariable100
派生
属性

プロパティ

名前 説明
DataType

変数のデータ型を取得します。

EvaluateAsExpression

変数に式が含まれているかどうかを示す値を取得または設定します。

IncludeInDebugDump

変数値がデバッグダンプファイルに含まれるかどうかを指定する値を取得または設定します。

Namespace

変数が属する名前空間を取得するか設定します。

Parent

変数の親コンテナを取得します。

QualifiedName

変数の完全修飾名(名前空間を含む)を取得します。 このプロパティは読み取り専用です。

RaiseChangedEvent

変数の値が変化した際に OnVariableValueChanged(IDTSContainer100, IDTSVariable100, Boolean) イベントを発生させるためにフラグが立てられているかどうかを示す値を取得または設定します。

ReadOnly

変数が読み取り専用で、値を変更することができないかどうかを示す値を取得または設定します。

SystemVariable

変数がシステム変数かどうかを示す値が得られます。 このプロパティは読み取り専用です。

Value

変数に割り当てられた値を取得または設定します。

メソッド

名前 説明
GetValueWithContext(IDTSEvaluatorContext100)

指定されたコンテキストで値を取得します。

適用対象