IDTSVariable100 Interface
This API supports the infrastructure and is not intended to be used directly from your code.
For more information, see Variable.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("5DE31EA1-75EA-41D2-B6F0-219EE20583F5")> _
Public Interface IDTSVariable100
'Usage
Dim instance As IDTSVariable100
[GuidAttribute("5DE31EA1-75EA-41D2-B6F0-219EE20583F5")]
public interface IDTSVariable100
[GuidAttribute(L"5DE31EA1-75EA-41D2-B6F0-219EE20583F5")]
public interface class IDTSVariable100
[<GuidAttribute("5DE31EA1-75EA-41D2-B6F0-219EE20583F5")>]
type IDTSVariable100 = interface end
public interface IDTSVariable100
The IDTSVariable100 type exposes the following members.
Properties
Name | Description | |
---|---|---|
DataType | Infrastructure. For more information, see Variable. | |
EvaluateAsExpression | Infrastructure. For more information, see Variable. | |
IncludeInDebugDump | Gets or sets a value that specifies whether the variable value is included in the debug dump files. | |
Namespace | Infrastructure. For more information, see Variable. | |
QualifiedName | Infrastructure. For more information, see Variable. | |
RaiseChangedEvent | Infrastructure. For more information, see Variable. | |
ReadOnly | Infrastructure. For more information, see Variable. | |
SystemVariable | Infrastructure. For more information, see Variable. | |
Value | Infrastructure. For more information, see Variable. |
Top