Compartilhar via


Membros ScriptBuffer

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.

O tipo ScriptBuffer expõe os seguintes membros.

Construtores

  Nome Descrição
Método público ScriptBuffer Initializes a new instance of the ScriptBuffer class.

Início

Métodos

  Nome Descrição
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 público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido IsNull Returns a value that indicates whether the value of the specified column is nullNothingnullptrunituma referência nula (Nothing no Visual Basic).
Método protegido MemberwiseClone (Herdado 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 nullNothingnullptrunituma referência nula (Nothing no Visual Basic).
Método público ToString (Herdado de Object.)

Início

Campos

  Nome Descrição
Campo protegido Buffer
Campo protegido BufferColumnIndexes An array of column indexes.

Início

Propriedades

  Nome Descrição
Propriedade protegida Item Gets or sets the value of a column in the buffer by using its index in the array of buffer column indexes.

Início