Freigeben über


ScriptBuffer-Member

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.

Der ScriptBuffer-Typ macht die folgenden Member verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode ScriptBuffer Initializes a new instance of the ScriptBuffer class.

Zum Anfang

Methoden

  Name Beschreibung
Geschützte Methode AddRow Adds an empty new row to the data flow buffer.
Geschützte Methode DirectRow Directs a row to the specified output when a component has more than one available output.
Geschützte Methode EndOfRowset Returns a value that indicates whether the end of the rows in a buffer has been reached.
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode IsNull Returns a value that indicates whether the value of the specified column is nullNothingnullptrunitein NULL-Verweis (Nothing in Visual Basic).
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Geschützte Methode NextRow Tries to move to the next available row in the buffer and returns a value that indicates whether another row was available.
Geschützte Methode SetEndOfRowset Indicates to the data flow that no more rows will be added to the output buffer.
Geschützte Methode SetNull Makes the value of the specified column nullNothingnullptrunitein NULL-Verweis (Nothing in Visual Basic).
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Felder

  Name Beschreibung
Geschütztes Feld Buffer
Geschütztes Feld BufferColumnIndexes An array of column indexes.

Zum Anfang

Eigenschaften

  Name Beschreibung
Geschützte Eigenschaft Item Gets or sets the value of a column in the buffer by using its index in the array of buffer column indexes.

Zum Anfang