ScriptBuffer Members

Include Protected Members
Include Inherited 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 ScriptBuffer type exposes the following members.

Constructors

  Name Description
Public method ScriptBuffer(PipelineBuffer, array<Int32[]) Initializes a new instance of the ScriptBuffer class.

Top

Methods

  Name Description
Protected method AddRow() Adds an empty new row to the data flow buffer.
Protected method DirectRow(Int32) Directs a row to the specified output when a component has more than one available output.
Protected method EndOfRowset() Returns a value that indicates whether the end of the rows in a buffer has been reached.
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method IsNull(Int32) Returns a value that indicates whether the value of the specified column is nulla null reference (Nothing in Visual Basic).
Protected method MemberwiseClone() (Inherited from Object.)
Protected method NextRow() Tries to move to the next available row in the buffer and returns a value that indicates whether another row was available.
Protected method SetEndOfRowset() Indicates to the data flow that no more rows will be added to the output buffer.
Protected method SetNull(Int32) Makes the value of the specified column nulla null reference (Nothing in Visual Basic).
Public method ToString() (Inherited from Object.)

Top

Fields

  Name Description
Protected field Buffer
Protected field BufferColumnIndexes An array of column indexes.

Top

Properties

  Name Description
Protected property Item[Int32] Gets or sets the value of a column in the buffer by using its index in the array of buffer column indexes.

Top