SSIS Components for SAP ByDesign

Build 25.0.9434

ExpandAsterisk

Indicates whether the asterisk should be expanded in the $select query parameter.

Data Type

bool

Default Value

false

Remarks

When ExpandAsterisk is set to true, all columns are listed in the $select query parameter. This property cannot be used when the ServiceType connection property is set to AnalyticsService.

For example:

SELECT * FROM Items

All columns will be listed in projection.

SELECT col1,col2, ... , coln FROM Items

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434