IDTSVariable100 Interface

 

This API supports the product 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.Sql2012
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

[DefaultMemberAttribute("Value")]
[TypeLibTypeAttribute(TypeLibTypeFlags::FDual | TypeLibTypeFlags::FDispatchable)]
[GuidAttribute("8E98BF46-3063-4324-9A79-D80C069C1B02")]
public interface class IDTSVariable100

NameDescription
System_CAPS_pubpropertyDataType

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

Gets the data type of the variable.

System_CAPS_pubpropertyEvaluateAsExpression

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

Gets or sets a value that indicates whether the variable contains an expression.

System_CAPS_pubpropertyIncludeInDebugDump

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

Gets or sets a value that specifies whether the variable value is included in the debug dump files.

System_CAPS_pubpropertyNamespace

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

Gets or sets the namespace that the variable belongs to.

System_CAPS_pubpropertyParent

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

Gets the parent container of the variable.

System_CAPS_pubpropertyQualifiedName

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

Gets the fully qualified name of the variable, including the namespace. This property is read-only.

System_CAPS_pubpropertyRaiseChangedEvent

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

Gets or sets a value that indicates whether the variable has been flagged to raise the OnVariableValueChanged event when the value of the variable changes.

System_CAPS_pubpropertyReadOnly

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

Gets or sets a value that indicates whether the variable is read-only and cannot have its value modified.

System_CAPS_pubpropertySystemVariable

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

Gets a value that indicates whether the variable is a system variable. This property is read-only.

System_CAPS_pubpropertyValue

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

Gets or sets the value assigned to the variable.

NameDescription
System_CAPS_pubmethodGetValueWithContext(IDTSEvaluatorContext100^)

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

Retrieves the value with the specified context.

Return to top
Show: