Read Method (DTS)

The Read method retrieves a property value.

Applies To
PropertyBag Object  

Syntax

object.Read( bstrPropertyName As String ) as Variant

Part Description
object Expression that evaluates to an object in the Applies To list
bstrPropertyName String identifying an exposed property by name.

Prototype (C/C++)

HRESULT Read(BSTR bstrPropertyName, VARIANT *pValue);

  


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