Variable インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
詳細については、VariableClassを参照してください。
public interface class Variable : Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSVariable100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.VariableClass))]
[System.Runtime.InteropServices.Guid("2FE895CF-A59E-4267-B6D6-156AEF2F6C42")]
public interface Variable : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariable100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.VariableClass))]
[System.Runtime.InteropServices.Guid("D42A73DA-98BC-4FAF-B38F-FCF5D9ED36C1")]
public interface Variable : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariable100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.VariableClass))]
[System.Runtime.InteropServices.Guid("9DBE5DE5-2C09-4CFD-B8CA-8F5F0E769EB3")]
public interface Variable : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariable100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.VariableClass))>]
[<System.Runtime.InteropServices.Guid("2FE895CF-A59E-4267-B6D6-156AEF2F6C42")>]
type Variable = interface
interface IDTSVariable100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.VariableClass))>]
[<System.Runtime.InteropServices.Guid("D42A73DA-98BC-4FAF-B38F-FCF5D9ED36C1")>]
type Variable = interface
interface IDTSVariable100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.VariableClass))>]
[<System.Runtime.InteropServices.Guid("9DBE5DE5-2C09-4CFD-B8CA-8F5F0E769EB3")>]
type Variable = interface
interface IDTSVariable100
Public Interface Variable
Implements IDTSVariable100
- 派生
- 属性
- 実装
プロパティ
| 名前 | 説明 |
|---|---|
| DataType |
変数のデータ型を取得します。 (継承元 IDTSVariable100) |
| EvaluateAsExpression |
変数に式が含まれているかどうかを示す値を取得または設定します。 (継承元 IDTSVariable100) |
| IncludeInDebugDump |
変数値がデバッグダンプファイルに含まれるかどうかを指定する値を取得または設定します。 (継承元 IDTSVariable100) |
| Namespace |
変数が属する名前空間を取得するか設定します。 (継承元 IDTSVariable100) |
| Parent |
変数の親コンテナを取得します。 (継承元 IDTSVariable100) |
| QualifiedName |
変数の完全修飾名(名前空間を含む)を取得します。 このプロパティは読み取り専用です。 (継承元 IDTSVariable100) |
| RaiseChangedEvent |
変数の値が変化した際に OnVariableValueChanged(IDTSContainer100, IDTSVariable100, Boolean) イベントを発生させるためにフラグが立てられているかどうかを示す値を取得または設定します。 (継承元 IDTSVariable100) |
| ReadOnly |
変数が読み取り専用で、値を変更することができないかどうかを示す値を取得または設定します。 (継承元 IDTSVariable100) |
| SystemVariable |
変数がシステム変数かどうかを示す値が得られます。 このプロパティは読み取り専用です。 (継承元 IDTSVariable100) |
| Value |
変数に割り当てられた値を取得または設定します。 (継承元 IDTSVariable100) |
メソッド
| 名前 | 説明 |
|---|---|
| GetValueWithContext(IDTSEvaluatorContext100) |
指定されたコンテキストで値を取得します。 (継承元 IDTSVariable100) |