Variable Interface

 

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

For more information, see VariableClass.

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

[CoClassAttribute((VariableClass^::typeid))]
[GuidAttribute("2FE895CF-A59E-4267-B6D6-156AEF2F6C42")]
public interface class Variable : 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.(Inherited from IDTSVariable100.)

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.(Inherited from IDTSVariable100.)

System_CAPS_pubpropertyIncludeInDebugDump

Gets or sets a value that specifies whether the variable value is included in the debug dump files.(Inherited from IDTSVariable100.)

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.(Inherited from IDTSVariable100.)

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.(Inherited from IDTSVariable100.)

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.(Inherited from IDTSVariable100.)

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.(Inherited from IDTSVariable100.)

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.(Inherited from IDTSVariable100.)

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.(Inherited from IDTSVariable100.)

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.(Inherited from IDTSVariable100.)

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.(Inherited from IDTSVariable100.)

Return to top
Show: