RelationalSelectTask Properties

The RelationalSelectTask type exposes the following members.

Properties
  NameDescription
Public propertyCommandTimeout
Gets the wait time before terminating the attempt to execute a command and generating an error.
Public propertyDataConnector
Gets the data connector, only for an inception task.
Public propertyDataSource
Gets the data source, only for an inception task.
Public propertyEnableSubqueryOptimization
Gets a value indicating whether this task can be used to generate a single query.
Public propertyId
Gets the task ID.
(Inherited from ProviderTask.)
Public propertyInputColumns
Gets the task input columns.
(Inherited from RelationalTransformTask.)
Public propertyInputTask
Gets the input task.
Public propertyInputTransformId
Gets the input transform ID.
Public propertyOutputColumns
Gets the task output columns.
(Inherited from RelationalTransformTask.)
Public propertyTransform
Gets the transform that generated the current instance.
(Inherited from ProviderTransformTask.)
Top
See Also