VirtualSelectTransform Class |
Namespace: Dundas.BI.Data.Transforms
The VirtualSelectTransform type exposes the following members.
Name | Description | |
---|---|---|
VirtualSelectTransform | Initializes a new instance of the VirtualSelectTransform class |
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.) | |
Color |
Gets or sets the object color.
(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.) | |
IsSelectStructureParameterSupported |
Gets a value indicating whether SelectStructureParameter is supported.
(Inherited from SelectTransform.) | |
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.) | |
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.) |
Name | Description | |
---|---|---|
AddDynamicInput |
Adds one dynamic input to the current instance. The dynamic input always takes its element settings (if any) from the primary transform input.
Dynamic inputs do not support transform settings.
(Inherited from Transform.) | |
AddOutputExpression |
Adds a new ExpressionDescriptor for an output connector element .
(Inherited from Transform.) | |
AddSelectExpression |
Adds a ProviderElementExpression to the current instance used to generate a new output element.
(Inherited from SelectTransform.) | |
AddTransformExpression |
Adds a new TransformExpression for the current instance .
(Inherited from Transform.) | |
AddWarning |
Adds a data warning to the current instance.
(Inherited from Transform.) | |
AppendTransformSettings |
Appends the transform-specific settings that cannot be populated
in GetMetadata(IListInputConnector, OutputConnector, IListComponentSetting), such as native parameters.
(Inherited from Transform.) | |
ClearWarnings |
Clears all data warnings from the current instance.
(Inherited from Transform.) | |
ConfigureSetting(ParameterValue) |
Configures a transform setting.
(Inherited from Transform.) | |
ConfigureSetting(ConnectorElement, ParameterValue) |
Configures an input element setting.
(Inherited from Transform.) | |
ConfigureSetting(InputConnector, ParameterValue) |
Configures transform input setting.
(Inherited from Transform.) | |
Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from Transform.) | |
Dispose(Boolean) |
Releases unmanaged and - optionally - managed resources.
(Inherited from Transform.) | |
FetchElementValue |
Fetches the value for the specified output element for run time data retrieval.
(Inherited from Transform.) | |
Finalize |
Finalizes an instance of the Transform class.
(Inherited from Transform.) | |
FindConnectorElement(Guid) |
Finds a connector element by its ID.
(Inherited from Transform.) | |
FindConnectorElement(String) |
Finds the connector element by native name.
(Inherited from Transform.) | |
GenerateOutputElementSources |
Generates the list of OutputElementSource, which are used elements for an OutputConnector.
(Inherited from SelectTransform.) | |
GenerateProviderTask |
Generates a data provider task, in those cases when the transform may be compatible with specific provider categories,
such as OLAP providers or relational data providers.
(Inherited from Transform.) | |
GetConfigurationValue(Guid) |
Gets the configuration value for a transform setting.
(Inherited from Transform.) | |
GetConfigurationValue(ComponentSetting) |
Gets the configuration value for a transform setting.
(Inherited from Transform.) | |
GetConfigurationValue(ConnectorElement, Guid) |
Gets the configuration value for an input connector element setting.
(Inherited from Transform.) | |
GetConfigurationValue(InputConnector, Guid) |
Gets the configuration value for a transform input setting.
(Inherited from Transform.) | |
GetCustomConfigurationUI |
Gets the custom configuration UI based on the requested content type.
(Inherited from Transform.) | |
GetMetadata |
Populates the process transform metadata by describing the data inputs, output and any available settings.
(Inherited from Transform.) | |
GetParameterValue |
Gets the specified transform parameter value.
(Inherited from Transform.) | |
InitializeSelectTransform |
Initializes the select transform, by setting the data source.
(Inherited from SelectTransform.) | |
InitializeSettingsFromContract |
Initialize setting values using values stored in a data contract.
(Inherited from Transform.) | |
IsDataSourceSupported |
Determines whether the specified data source is supported for the current instance.
(Inherited from SelectTransform.) | |
Localize |
Localizes the specified string using the engine localization service.
(Inherited from ComponentBase.) | |
PreviewReader |
Previews the output for the current instance.
(Inherited from Transform.) | |
Read |
Reads a single record for the transform output, if there are any. If there are no more output records, it returns .
The base class implementation calls Read on all the input readers and return if at least one of these operations is successful.
Transforms that process a single record at one time do not need to override the base class implementation.
Transforms that process multiple records at one time need to override the base class implementation by retrieving the necessary input data and also performing output record processing.
If the Read operation is successful, the transform is responsible for providing corresponding data values on subsequent FetchElementValue calls.
(Inherited from Transform.) | |
ReadNativeElements |
Reads the native elements based on the data source.
(Inherited from SelectTransform.) | |
ReadNativeParameters |
Reads the native structure parameters, if any are supported and defined within.
(Inherited from SelectTransform.) | |
Refresh |
Rediscovers the underlying data source, then refreshes native parameters and output elements.
(Inherited from SelectTransform.) | |
RemoveDynamicInput |
Removes a previously defined dynamic input.
(Inherited from Transform.) | |
RemoveOutputExpression |
Removes a process expression previously defined for an output connector element.
(Inherited from Transform.) | |
RemoveSelectExpression |
Removes a select expression previously defined.
(Inherited from SelectTransform.) | |
RemoveTransformExpression |
Removes a transform expression previously defined for the current instance.
(Inherited from Transform.) | |
RemoveWarning |
Removes the specified data warning from the current instance.
(Inherited from Transform.) | |
ReplaceElementNames |
Replaces the element names.
(Overrides SelectTransformReplaceElementNames(IDictionaryString, String).) | |
ResumeOutputAutoUpdate |
Resumes the automatic update for the output elements.
(Inherited from Transform.) | |
ResumeOutputAutoUpdate(Boolean) |
Resumes the automatic update for the output elements.
(Inherited from Transform.) | |
SelectOutputElements |
Selects the output elements.
(Inherited from SelectTransform.) | |
SuppressOutputAutoUpdate |
Suppresses the automatic update for the output elements.
(Inherited from Transform.) | |
TakeSnapshot |
Returns a snapshot that can be used to detect future changes to this transform.
(Inherited from Transform.) | |
ValidateSettingValues |
Validates the settings values against their type, valid values and allowed range.
(Inherited from Transform.) | |
ValidateTransform |
Validates the transform prior to execution and throws if any setting values are invalid.
(Inherited from Transform.) |