Write Method (DTS)

The Write method updates a value in a PropertyBag collection.

Applies To
PropertyBag Object  

Syntax

object.Write( bstrPropertyName As String , Value as Variant )

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

Prototype (C/C++)

HRESULT Write(BSTR bstrPropertyName, VARIANT Value);


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