DTPSTATUSENUM Enum

Definition

Specifies the status for a column in an IDTSBuffer100 object.

public enum class DTPSTATUSENUM
public enum DTPSTATUSENUM
type DTPSTATUSENUM = 
Public Enum DTPSTATUSENUM
Inheritance
DTPSTATUSENUM

Fields

DTPSTATUS_BADACCESSOR 1

Specifies that the deferred accessor validation for the column failed.

DTPSTATUS_BADSTATUS 12

Specifies that the status value given to the provider was not valid.

DTPSTATUS_CANTCONVERTVALUE 2

Specifies that the value cannot be converted because of potential data loss.

DTPSTATUS_CANTCREATE 7

Specifies that the status value for the column value cannot be created.

DTPSTATUS_DATAOVERFLOW 6

Specifies that conversion failed because the data value overflowed the specified type.

DTPSTATUS_DEFAULT 13

Specifies that the provider used the default value for an input parameter in a procedure.

DTPSTATUS_INTEGRITYVIOLATION 10

Specifies that the value for the column violated the integrity constraints for the column.

DTPSTATUS_ISNULL 3

Specifies that the column contains no data and is null.

DTPSTATUS_OK 0

Specifies that the column contains data.

DTPSTATUS_PERMISSIONDENIED 9

Specifies that permission to write to the column was denied.

DTPSTATUS_SCHEMAVIOLATION 11

Specifies that the value for the column violated the schema's constraint for the column.

DTPSTATUS_SIGNMISMATCH 5

Specifies that a signed value was provided for an unsigned type.

DTPSTATUS_TRUNCATED 4

Specifies that the variable-length data was truncated.

DTPSTATUS_UNAVAILABLE 8

Specifies that the status of the column is not available.

Applies to