IsPackageDSORowset Property (DTS)

The IsPackageDSORowset property specifies whether the current step executes and returns a rowset when the package is a rowset provider.

Applies To
Step Object  

Syntax

object.IsPackageDSORowset [= value]

Part Description
object Expression that evaluates to an object in the Applies To list.
value Whether the current step executes and returns a rowset

Remarks

The default is False.

Data Type

Boolean

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetIsPackageDSORowset(VARIANT_BOOL *pRetVal);

HRESULT SetIsPackageDSORowset(VARIANT_BOOL NewValue);

  


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