DataProcessAddSelectTransform Method (NativeStructure) |
Adds a new select transform to the process definition. The input generates a
SelectTransform transform, compatible with provider type.
Namespace:
Dundas.BI.Data.Transforms
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (9.0.0.1000)
Syntaxpublic SelectTransform AddSelectTransform(
NativeStructure nativeStructure
)
Public Function AddSelectTransform (
nativeStructure As NativeStructure
) As SelectTransform
public:
SelectTransform^ AddSelectTransform(
NativeStructure^ nativeStructure
)
member AddSelectTransform :
nativeStructure : NativeStructure -> SelectTransform
Parameters
- nativeStructure
- Type: Dundas.BI.Entities.DataConnectorsNativeStructure
The native structure.
Return Value
Type:
SelectTransformThe select transform.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | nativeStructure is . |
| ArgumentException | nativeStructure is not compatible with one of the supported SelectTransform transforms. |
See Also