ScriptBuffer Members
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.
The following tables list the members exposed by the ScriptBuffer type.
Public Constructors
Nome | Description | |
---|---|---|
ScriptBuffer | Initializes a new instance of the ScriptBuffer class. |
Torna all'inizio
Protected Properties
Nome | Description | |
---|---|---|
Item | Gets or sets the value of a column in the buffer by using its index in the array of buffer column indexes. |
Torna all'inizio
Public Methods
(see also Protected Methods )
Nome | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Torna all'inizio
Protected Methods
Nome | Description | |
---|---|---|
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. | |
Finalize | (inherited from Object ) | |
IsNull | Returns a value that indicates whether the value of the specified column is null. | |
MemberwiseClone | (inherited from 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 null. |
Torna all'inizio
Vedere anche
Riferimento
ScriptBuffer Class
Microsoft.SqlServer.Dts.Pipeline Namespace