VirtualSelectTransform Properties |
The VirtualSelectTransform type exposes the following members.
| Name | Description | |
|---|---|---|
| AdapterUIClassName |
Gets a value indicating the name of the java script adapter class which is to be created for this transform.
(Inherited from Transform.) | |
| CommandTimeout |
Gets or sets the command timeout (in seconds).
(Inherited from DataGeneratorTransform.) | |
| ComponentDescription |
Gets the standard component description.
(Inherited from ComponentBase.) | |
| ComponentId |
Gets the component ID.
(Inherited from ComponentBase.) | |
| ComponentName |
Gets the standard component name.
(Inherited from ComponentBase.) | |
| DataSource |
Gets or sets the data source the process inception transform operates on.
(Inherited from SelectTransform.) | |
| DataSourcePriority |
Gets the priority in case multiple select transforms support the data source.
(Inherited from SelectTransform.) | |
| Description |
Gets or sets the object description.
(Inherited from Transform.) | |
| ElementExpressions |
Gets the element process expressions, if any are defined for the current transform.
(Inherited from Transform.) | |
| EnableSubqueryOptimization |
Gets a value indicating whether this transform can be used to generate a single query.
(Inherited from SelectTransform.) | |
| Entity |
Gets the parent entity.
(Inherited from Transform.) | |
| HasCustomConfigurationUI |
Gets a value indicating whether this transform is using a custom configuration UI.
(Inherited from Transform.) | |
| HasElementExpressions |
Gets a value indicating whether this instance has element process expressions defined within.
(Inherited from Transform.) | |
| HasSelectExpressions |
Gets a value indicating whether this instance has select expressions defined.
(Inherited from SelectTransform.) | |
| HasTransformExpressions |
Gets a value indicating whether this instance has transform expressions defined within.
(Inherited from Transform.) | |
| HasWarnings |
Gets a value indicating whether this instance has any warnings.
(Inherited from Transform.) | |
| HelpUri |
Gets a URI to a web page which provides documentation about the transform.
(Inherited from Transform.) | |
| Id |
Gets the object ID.
(Inherited from Transform.) | |
| Input |
Gets the transform main input.
(Inherited from Transform.) | |
| Inputs |
Gets the inputs.
(Inherited from Transform.) | |
| IsAvailableInToolbar |
Gets a value indicating whether or not the transform will be available in the toolbar.
(Inherited from DataGeneratorTransform.) | |
| IsClosureTransform |
Gets a value indicating whether this instance is a closure transform.
(Inherited from Transform.) | |
| IsConfigured |
Gets a value indicating whether this instance is configured properly.
When overriding, always check the value on the base class first.
(Inherited from Transform.) | |
| IsDoubleWidthDialog |
Gets a value indicating whether this transform requires a double width UI dialog.
(Inherited from Transform.) | |
| IsDynamicInputSupported |
Gets a value indicating whether this instance supports a dynamic number of inputs
When true, all dynamic inputs get their settings from the primary transform input.
(Inherited from Transform.) | |
| IsEnabled | Gets a value indicating whether the component is enabled. (Inherited from ComponentBase.) | |
| IsGroupRecordTransform |
Gets a value indicating whether this instance processes multiple records at a time.
(Inherited from Transform.) | |
| IsInceptionTransform |
Gets a value indicating whether this instance is an inception transform.
(Inherited from Transform.) | |
| IsInMemoryProcess |
Gets a value indicating whether the current instance is executed as an in-memory process.
(Inherited from Transform.) | |
| IsInputConnectionValid |
Gets a value indicating whether this instance has a valid input connection.
(Inherited from SelectTransform.) | |
| IsMultipleElementTransform |
Gets a value indicating whether this instance processes multiple elements at a time.
(Inherited from Transform.) | |
| IsOutputConnectionValid |
Gets a value indicating whether this instance has a valid output connection.
(Inherited from Transform.) | |
| IsProviderScriptingAllowed |
Gets a value indicating whether this instance supports the definition of ProviderElementExpression.
(Inherited from SelectTransform.) | |
| IsReplaceElementNamesSupported |
Gets a value indicating whether replace element names is supported.
(Overrides SelectTransformIsReplaceElementNamesSupported.) | |
| IsSingleElementTransform |
Gets a value indicating whether this instance processes a single element at a time.
(Inherited from Transform.) | |
| IsSingleRecordTransform |
Gets a value indicating whether this instance processes one record at a time.
(Inherited from Transform.) | |
| IsStepTransform |
Gets a value indicating whether this instance is a process step transform.
(Inherited from Transform.) | |
| IsUnsafeQueryPrivilegeRequired |
Gets a value indicating whether this instance requires unsafe query privileges.
(Inherited from Transform.) | |
| Logger | Gets the logger for the module or extension package corresponding to the component. (Inherited from ComponentBase.) | |
| Name |
Gets or sets the object name.
(Inherited from Transform.) | |
| NodeIconUri |
Gets a value indicating the relative path to be used as the transform's node icon when rendered on the canvas.
(Inherited from Transform.) | |
| Output |
Gets the transform main output.
(Inherited from Transform.) | |
| PackageId |
Gets the ID of the extension package to which the component belongs.
(Inherited from ComponentBase.) | |
| Parameters |
Gets all the parameters defined for the current instance. These are either expression parameters or native structure parameters, if the current instance is a SelectTransform .
(Inherited from SelectTransform.) | |
| Process |
Gets the parent DataProcess.
(Inherited from Transform.) | |
| ProcessingType |
Gets the type of the processing.
(Inherited from DataGeneratorTransform.) | |
| SelectExpressions |
Gets the select expressions defined for the current instance.
(Inherited from SelectTransform.) | |
| SettingValues |
Gets the setting values for the current instance.
(Inherited from Transform.) | |
| SourceInvariantTransformSettings |
Gets all this select transform's settings that can be transferred to a new select transform during rewiring.
Override if there are settings that ought to be excluded.
(Inherited from SelectTransform.) | |
| SupportsCollectionPlaceholders |
Gets a value indicating whether this transform supports collection placeholders.
(Inherited from DataGeneratorTransform.) | |
| SupportsOutputExpressions |
Gets a value indicating whether this instance supports the definition of output connector elements based on ConnectorElementExpression.
(Inherited from Transform.) | |
| SupportsParameterizableOutputElements |
Gets a value indicating whether the output elements for the current instance are parameterizable.
(Inherited from SelectTransform.) | |
| SupportsTransformExpressions |
Gets a value indicating whether the current transform supports TransformExpressions that define the current instance functionality.
(Inherited from Transform.) | |
| ToolbarIconUri |
Gets a value indicating the relative path to be used as the transform's icon in the toolbar.
(Inherited from Transform.) | |
| TransformExpressions |
Gets the transform expressions, if any are defined for the current transform.
(Inherited from Transform.) | |
| TransformSettings |
Gets the transform generic settings.
(Inherited from Transform.) | |
| Warnings |
Gets all the warnings currently associated with this instance.
(Inherited from Transform.) |