Variable インターフェイス

定義

public interface class Variable : Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2014::IDTSVariable100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.VariableClass))]
[System.Runtime.InteropServices.Guid("23F2017D-13C6-4804-B3C4-724A6FDC6E4D")]
public interface Variable : Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.IDTSVariable100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.VariableClass))>]
[<System.Runtime.InteropServices.Guid("23F2017D-13C6-4804-B3C4-724A6FDC6E4D")>]
type Variable = interface
    interface IDTSVariable100
Public Interface Variable
Implements IDTSVariable100
派生
属性
実装

プロパティ

DataType (継承元 IDTSVariable100)
EvaluateAsExpression (継承元 IDTSVariable100)
IncludeInDebugDump (継承元 IDTSVariable100)
Namespace (継承元 IDTSVariable100)
Parent (継承元 IDTSVariable100)
QualifiedName (継承元 IDTSVariable100)
RaiseChangedEvent (継承元 IDTSVariable100)
ReadOnly (継承元 IDTSVariable100)
SystemVariable (継承元 IDTSVariable100)
Value (継承元 IDTSVariable100)

メソッド

GetValueWithContext(IDTSEvaluatorContext100) (継承元 IDTSVariable100)

適用対象