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 型別公開下列成員。
方法
名稱 | 描述 | |
---|---|---|
![]() |
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。) |
頂端
屬性
名稱 | 描述 | |
---|---|---|
![]() |
Item | Gets or sets the value of a column in the buffer by using its index in the array of buffer column indexes. |
頂端