The Value property specifies the value of a GlobalVariable, OLEDBProperty, or PrecedenceConstraint object.
object.Value
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
Variant
Read/write
HRESULT GetValue(VARIANT *pRetVal);
HRESULT SetValue(VARIANT NewValue);
For the PrecedenceConstraint object, the Value property must be from either the DTSStepExecResult or DTSStepExecStatus constants. For the other objects, the Value property can be any Variant, including references to COM objects, such as a Data Transformation Services (DTS) Package2 object or a Microsoft® ActiveX® Data Objects (ADO) disconnected recordset.