Membri 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.

Il tipo ScriptBuffer espone i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico ScriptBuffer Initializes a new instance of the ScriptBuffer class.

In alto

Metodi

  Nome Descrizione
Metodo protetto AddRow Adds an empty new row to the data flow buffer.
Metodo protetto DirectRow Directs a row to the specified output when a component has more than one available output.
Metodo protetto EndOfRowset Returns a value that indicates whether the end of the rows in a buffer has been reached.
Metodo pubblico Equals (Ereditato da Object).
Metodo protetto Finalize (Ereditato da Object).
Metodo pubblico GetHashCode (Ereditato da Object).
Metodo pubblico GetType (Ereditato da Object).
Metodo protetto IsNull Returns a value that indicates whether the value of the specified column is nullNothingnullptrunitriferimento Null (Nothing in Visual Basic)..
Metodo protetto MemberwiseClone (Ereditato da Object).
Metodo protetto NextRow Tries to move to the next available row in the buffer and returns a value that indicates whether another row was available.
Metodo protetto SetEndOfRowset Indicates to the data flow that no more rows will be added to the output buffer.
Metodo protetto SetNull Makes the value of the specified column nullNothingnullptrunitriferimento Null (Nothing in Visual Basic)..
Metodo pubblico ToString (Ereditato da Object).

In alto

Campi

  Nome Descrizione
Campo protetto Buffer
Campo protetto BufferColumnIndexes An array of column indexes.

In alto

Proprietà

  Nome Descrizione
Proprietà protetta Item Gets or sets the value of a column in the buffer by using its index in the array of buffer column indexes.

In alto