Value Property (DTS)

The Value property specifies the value of a GlobalVariable, OLEDBProperty, or PrecedenceConstraint object.

Applies To
GlobalVariable Object PrecedenceConstraint Object
OLEDBProperty Object Property Object

Syntax

object.Value

Part Description
object Expression that evaluates to an object in the Applies To list

Remarks

In addition to the variant data type, GlobalVariable.Value can be a reference to an OLE object.

Data Type

Variant

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetValue(VARIANT *pRetVal);

HRESULT SetValue(VARIANT NewValue);

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.