GetPropertiesForObject Method (DTS)

The GetPropertiesForObject method returns a DTS Properties collection from an object implementing a custom task.

Applies To
PropertiesProvider Object  

Syntax

object.GetPropertiesForObject( pObject As Object ) As Properties

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

Prototype (C/C++)

HRESULT GetPropertiesForObject(IDispatch *pObject,
IDTSProperties **pRetVal);

  


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