
Script Component Custom Properties
The Script Component has both custom properties and the properties common to all data flow components. The same custom properties are available whether the Script Component functions as a source, transformation, or destination.
The following table describes the custom properties of the Script Component. All properties are read/write.
|
Property name
|
Data type
|
Description
|
|---|
|
ReadOnlyVariables
|
String
|
A comma-separated list of variables available to the Script Component for read-only access.
|
|
ReadWriteVariables
|
String
|
A comma-separated list of variables available to the Script Component for read/write access.
|
The input, the input columns, the output, and the output columns of the Script Component have no custom properties, unless the script developer creates custom properties for them.
For more information, see Script Component.