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)

指定されたコンテキストに関連付けられている値を取得します。

適用対象