Share via


IDTSVariable100 Interface

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Represents an interface for the variable on a package, task or container.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
<GuidAttribute("8E98BF46-3063-4324-9A79-D80C069C1B02")> _
Public Interface IDTSVariable100
'Usage
Dim instance As IDTSVariable100
[GuidAttribute("8E98BF46-3063-4324-9A79-D80C069C1B02")]
public interface IDTSVariable100
[GuidAttribute(L"8E98BF46-3063-4324-9A79-D80C069C1B02")]
public interface class IDTSVariable100
[<GuidAttribute("8E98BF46-3063-4324-9A79-D80C069C1B02")>]
type IDTSVariable100 =  interface end
public interface IDTSVariable100

The IDTSVariable100 type exposes the following members.

Properties

  Name Description
Public property DataType Infrastructure. Gets the data type of the variable.
Public property EvaluateAsExpression Infrastructure. Gets or sets a value that indicates whether the variable contains an expression.
Public property IncludeInDebugDump Gets or sets a value that specifies whether the variable value is included in the debug dump files.
Public property Namespace Infrastructure. Gets or sets the namespace that the variable belongs to.
Public property Parent Infrastructure. Gets the parent container of the variable.
Public property QualifiedName Infrastructure. Gets the fully qualified name of the variable, including the namespace. This property is read-only.
Public property RaiseChangedEvent Infrastructure. Gets or sets a value that indicates whether the variable has been flagged to raise the OnVariableValueChanged(IDTSContainer100, IDTSVariable100, Boolean%) event when the value of the variable changes.
Public property ReadOnly Infrastructure. Gets or sets a value that indicates whether the variable is read-only and cannot have its value modified.
Public property SystemVariable Infrastructure. Gets a value that indicates whether the variable is a system variable. This property is read-only.
Public property Value Infrastructure. Gets or sets the value assigned to the variable.

Top

Methods

  Name Description
Public method GetValueWithContext Infrastructure. Retrieves the value with the specified context.

Top

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace