DTPSTATUSENUM Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum class DTPSTATUSENUM
public enum DTPSTATUSENUM
type DTPSTATUSENUM =
Public Enum DTPSTATUSENUM
- Inheritance
-
DTPSTATUSENUM
Fields
Name | Value | Description |
---|---|---|
DTPSTATUS_OK | 0 | |
DTPSTATUS_BADACCESSOR | 1 | |
DTPSTATUS_CANTCONVERTVALUE | 2 | |
DTPSTATUS_ISNULL | 3 | |
DTPSTATUS_TRUNCATED | 4 | |
DTPSTATUS_SIGNMISMATCH | 5 | |
DTPSTATUS_DATAOVERFLOW | 6 | |
DTPSTATUS_CANTCREATE | 7 | |
DTPSTATUS_UNAVAILABLE | 8 | |
DTPSTATUS_PERMISSIONDENIED | 9 | |
DTPSTATUS_INTEGRITYVIOLATION | 10 | |
DTPSTATUS_SCHEMAVIOLATION | 11 | |
DTPSTATUS_BADSTATUS | 12 | |
DTPSTATUS_DEFAULT | 13 |