Элементы 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.

Тип ScriptBuffer предоставляет доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод ScriptBuffer Initializes a new instance of the ScriptBuffer class.

В начало

Методы

  Имя Описание
Защищенный метод AddRow Adds an empty new row to the data flow buffer.
Защищенный метод DirectRow Directs a row to the specified output when a component has more than one available output.
Защищенный метод EndOfRowset Returns a value that indicates whether the end of the rows in a buffer has been reached.
Открытый метод Equals (Наследуется из Object.)
Защищенный метод Finalize (Наследуется из Object.)
Открытый метод GetHashCode (Наследуется из Object.)
Открытый метод GetType (Наследуется из Object.)
Защищенный метод IsNull Returns a value that indicates whether the value of the specified column is nullNothingnullptrunitпустая ссылка (Nothing в Visual Basic).
Защищенный метод MemberwiseClone (Наследуется из Object.)
Защищенный метод NextRow Tries to move to the next available row in the buffer and returns a value that indicates whether another row was available.
Защищенный метод SetEndOfRowset Indicates to the data flow that no more rows will be added to the output buffer.
Защищенный метод SetNull Makes the value of the specified column nullNothingnullptrunitпустая ссылка (Nothing в Visual Basic).
Открытый метод ToString (Наследуется из Object.)

В начало

Поля

  Имя Описание
Защищенное поле Buffer
Защищенное поле BufferColumnIndexes An array of column indexes.

В начало

Свойства

  Имя Описание
Защищенное свойство Item Gets or sets the value of a column in the buffer by using its index in the array of buffer column indexes.

В начало