共用方式為


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 nullNothingnullptrunitnull 參考 (在 Visual Basic 中為 Nothing).
受保護的方法 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 nullNothingnullptrunitnull 參考 (在 Visual Basic 中為 Nothing).
公用方法 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.

頂端