IDTSInput90 Members

Contains the collection of columns that represents the data provided to a component in the form of PipelineBuffer objects at run time.

The following tables list the members exposed by the IDTSInput90 type.

Public Properties

  Name Description
ms211468.pubproperty(en-US,SQL.90).gif Buffer Gets the ID of a PipelineBuffer that is allocated for an IDTSInput90 object and provided to the component in the ProcessInput method.
ms211468.pubproperty(en-US,SQL.90).gif Component Gets the IDTSComponentMetaData90 of an IDTSInput90 object.
ms211468.pubproperty(en-US,SQL.90).gif CustomPropertyCollection Gets the IDTSCustomPropertyCollection90 object of an IDTSInput90 object.
ms211468.pubproperty(en-US,SQL.90).gif Dangling Gets or sets a value that notifies the data flow engine that the input can be unattached.
ms211468.pubproperty(en-US,SQL.90).gif Description Gets or sets the description of an IDTSInput90 object.
ms211468.pubproperty(en-US,SQL.90).gif ErrorOrTruncationOperation Gets or sets a String that specifies the types of errors or truncations that can occur while processing a PipelineBuffer row.
ms211468.pubproperty(en-US,SQL.90).gif ErrorRowDisposition Gets or sets a value from a DTSRowDisposition enumeration that specifies how the component will handle error conditions that occur when processing a row from a PipelineBuffer object.
ms211468.pubproperty(en-US,SQL.90).gif ExternalMetadataColumnCollection Gets the collection of columns that reflects the columns in an external data source, which are used to validate an IDTSInputColumnCollection90 when the component is not connected to the external data source.
ms211468.pubproperty(en-US,SQL.90).gif HasSideEffects Gets or sets a value that indicates whether a data flow component should be removed or remain in the execution plan of a data flow task when its output is not attached to a downstream component and when the RunInOptimizedMode property of the Data Flow task is true.
ms211468.pubproperty(en-US,SQL.90).gif ID Gets or sets the ID of an IDTSInput90 object.
ms211468.pubproperty(en-US,SQL.90).gif IdentificationString Gets a String that uniquely identifies anIDTSInput90 object.
ms211468.pubproperty(en-US,SQL.90).gif InputColumnCollection Gets the IDTSInputColumnCollection90 of an IDTSInput90 object.
ms211468.pubproperty(en-US,SQL.90).gif IsAttached Gets a value that indicates if an IDTSInput90 is attached to an upstream component through an IDTSPath90 object.
ms211468.pubproperty(en-US,SQL.90).gif IsSorted Gets a value that indicates whether the columns in an IDTSInputColumnCollection90 are sorted.
ms211468.pubproperty(en-US,SQL.90).gif Name Gets or sets the name of an IDTSInput90 object.
ms211468.pubproperty(en-US,SQL.90).gif ObjectType Gets the DTSObjectType of an IDTSInput90 object.
ms211468.pubproperty(en-US,SQL.90).gif SourceLocale Gets the locale for an IDTSInput90 object.
ms211468.pubproperty(en-US,SQL.90).gif TruncationRowDisposition Gets or sets a value that determines how the component handles truncations that occur while processing rows from a PipelineBuffer.

Top

Public Methods

  Name Description
ms211468.pubmethod(en-US,SQL.90).gif GetVirtualInput Gets the IDTSVirtualInput90 object of an IDTSInput90 object.

Top

See Also

Reference

IDTSInput90 Interface
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace