Variable Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Derived
- Attributes
- Implements
Properties
DataType | (Inherited from IDTSVariable100) |
EvaluateAsExpression | (Inherited from IDTSVariable100) |
IncludeInDebugDump | (Inherited from IDTSVariable100) |
Namespace | (Inherited from IDTSVariable100) |
Parent | (Inherited from IDTSVariable100) |
QualifiedName | (Inherited from IDTSVariable100) |
RaiseChangedEvent | (Inherited from IDTSVariable100) |
ReadOnly | (Inherited from IDTSVariable100) |
SystemVariable | (Inherited from IDTSVariable100) |
Value | (Inherited from IDTSVariable100) |
Methods
GetValueWithContext(IDTSEvaluatorContext100) | (Inherited from IDTSVariable100) |