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)

适用于