Read Method

DTS Programming

DTS Programming

Read Method

The Read method retrieves a property value.

Applies To
PropertyBag Object
Syntax

[value =] object.Read( bstrPropertyName )

Part Description
Object Expression that evaluates to a PropertyBag object
BstrPropertyName String identifying an exposed property by name
Value Variant that receives the property value

Remarks

Generic BLOBs or objects are not supported as property values.

Prototype (C/C++)

HRESULT Read(
    BSTR bstrPropertyName,
    VARIANT *pValue);

See Also

PersistPropertyBag Object

Write Method