Udostępnij przez


ScriptBuffer Members

Serves as the base class for the read-only classes representing the input and the outputs that are generated by the Script component in the BufferWrapper project item in a Script component project.

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

Public Constructors

  Name Description
ScriptBuffer Initializes a new instance of the ScriptBuffer class.

Top

Protected Fields

  Name Description
ms211380.protfield(pl-pl,SQL.100).gif Buffer  
ms211380.protfield(pl-pl,SQL.100).gif BufferColumnIndexes An array of column indexes.

Top

Protected Properties

  Name Description
ms211380.protproperty(pl-pl,SQL.100).gif Item Gets or sets the value of a column in the buffer by using its index in the array of buffer column indexes.

Top

Public Methods

(see also Protected Methods )

  Name Description
ms211380.pubmethod(pl-pl,SQL.100).gif Equals  Overloaded. (inherited from Object )
ms211380.pubmethod(pl-pl,SQL.100).gif GetHashCode  (inherited from Object )
ms211380.pubmethod(pl-pl,SQL.100).gif GetType  (inherited from Object )
ms211380.pubmethod(pl-pl,SQL.100).gifms211380.static(pl-pl,SQL.100).gif ReferenceEquals  (inherited from Object )
ms211380.pubmethod(pl-pl,SQL.100).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
ms211380.protmethod(pl-pl,SQL.100).gif AddRow Adds an empty new row to the data flow buffer.
ms211380.protmethod(pl-pl,SQL.100).gif DirectRow Directs a row to the specified output when a component has more than one available output.
ms211380.protmethod(pl-pl,SQL.100).gif EndOfRowset Returns a value that indicates whether the end of the rows in a buffer has been reached.
ms211380.protmethod(pl-pl,SQL.100).gif Finalize  (inherited from Object )
ms211380.protmethod(pl-pl,SQL.100).gif IsNull Returns a value that indicates whether the value of the specified column is null.
ms211380.protmethod(pl-pl,SQL.100).gif MemberwiseClone  (inherited from Object )
ms211380.protmethod(pl-pl,SQL.100).gif NextRow Tries to move to the next available row in the buffer and returns a value that indicates whether another row was available.
ms211380.protmethod(pl-pl,SQL.100).gif SetEndOfRowset Indicates to the data flow that no more rows will be added to the output buffer.
ms211380.protmethod(pl-pl,SQL.100).gif SetNull Makes the value of the specified column null.

Top