The GetPropertiesForObject method returns a DTS Properties collection from an object implementing a custom task.
PropertiesProvider Object |
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 |
HRESULT GetPropertiesForObject(IDispatch *pObject,
IDTSProperties **pRetVal);