IDTSVariable100 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示包、任务或容器上变量的接口。
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) |
检索指定上下文下的值。 |