Variable 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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) |