다음을 통해 공유


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.

맨 위로 이동