Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include protected members
Include inherited members
Contains input and output parameters for JetSetColumns(JET_SESID, JET_TABLEID, [], Int32). Fields in the structure describe what column value to set, how to set it, and where to get the column set data.
The JET_SETCOLUMN type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
JET_SETCOLUMN |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
cbData | Gets or sets the size of the data to set. |
![]() |
columnid | Gets or sets the column identifier for a column to set. |
![]() |
err | Gets the error code or warning returned from the set column operation. |
![]() |
grbit | Gets or sets options for the set column operation. |
![]() |
ibData | Gets or sets the offset of the data to set. |
![]() |
ibLongValue | Gets or sets offset to the first byte to be set in a column of type LongBinary or LongText. |
![]() |
itagSequence | Gets or sets the sequence number of value in a multi-valued column to be set. The array of values is one-based. The first value is sequence 1, not 0 (zero). If the record column has only one value then 1 should be passed as the itagSequence if that value is being replaced. A value of 0 (zero) means to add a new column value instance to the end of the sequence of column values. |
![]() |
pvData | Gets or sets a pointer to the data to set. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
ContentEquals | Returns a value indicating whether this instance is equal to another instance. |
![]() |
DeepClone | Returns a deep copy of the object. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | Returns a String that represents the current JET_SETCOLUMN. (Overrides Object.ToString().) |
Top
.gif)
.gif)
.gif)