Compartir a través de


ScriptBuffer Miembros

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.

El tipo ScriptBuffer expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico ScriptBuffer Initializes a new instance of the ScriptBuffer class.

Principio

Métodos

  Nombre Descripción
Método protegido AddRow Adds an empty new row to the data flow buffer.
Método protegido DirectRow Directs a row to the specified output when a component has more than one available output.
Método protegido EndOfRowset Returns a value that indicates whether the end of the rows in a buffer has been reached.
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido IsNull Returns a value that indicates whether the value of the specified column is nullNothingnullptrunites una referencia NULL (Nothing en Visual Basic)..
Método protegido MemberwiseClone (Se hereda de Object).
Método protegido NextRow Tries to move to the next available row in the buffer and returns a value that indicates whether another row was available.
Método protegido SetEndOfRowset Indicates to the data flow that no more rows will be added to the output buffer.
Método protegido SetNull Makes the value of the specified column nullNothingnullptrunites una referencia NULL (Nothing en Visual Basic)..
Método publico ToString (Se hereda de Object).

Principio

Campos

  Nombre Descripción
Campo protegido Buffer
Campo protegido BufferColumnIndexes An array of column indexes.

Principio

Propiedades

  Nombre Descripción
Propiedad protegida Item Gets or sets the value of a column in the buffer by using its index in the array of buffer column indexes.

Principio