Share via


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)

检索具有指定的上下文的值。

适用于