The IsPackageDSORowset property specifies whether the current step executes and returns a rowset when the Data Transformation Services (DTS) package is a rowset provider.
object.IsPackageDSORowset [= value]
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list. |
value | A value indicating whether the current step executes and returns a rowset |
Boolean
Read/write
HRESULT GetIsPackageDSORowset(VARIANT_BOOL *pRetVal);
HRESULT SetIsPackageDSORowset(VARIANT_BOOL NewValue);
The default is FALSE.
The IsPackageDSORowset property cannot be set to TRUE for steps that reference the DTS flat file OLE DB provider, because that provider does not support the IDBSchemaRowset interface. Other providers that do not support IDBSchemaRowset also cannot be referenced by steps that return DSO rowsets.