ホーム › System.Search › DBPROPSTATUSENUM
DBPROPSTATUSENUM
列挙型メンバー 9
| 名前 | 10進 | 16進 |
|---|---|---|
| DBPROPSTATUS_OK | 0 | 0x0 |
| DBPROPSTATUS_NOTSUPPORTED | 1 | 0x1 |
| DBPROPSTATUS_BADVALUE | 2 | 0x2 |
| DBPROPSTATUS_BADOPTION | 3 | 0x3 |
| DBPROPSTATUS_BADCOLUMN | 4 | 0x4 |
| DBPROPSTATUS_NOTALLSETTABLE | 5 | 0x5 |
| DBPROPSTATUS_NOTSETTABLE | 6 | 0x6 |
| DBPROPSTATUS_NOTSET | 7 | 0x7 |
| DBPROPSTATUS_CONFLICTING | 8 | 0x8 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum DBPROPSTATUSENUM : int {
DBPROPSTATUS_OK = 0,
DBPROPSTATUS_NOTSUPPORTED = 1,
DBPROPSTATUS_BADVALUE = 2,
DBPROPSTATUS_BADOPTION = 3,
DBPROPSTATUS_BADCOLUMN = 4,
DBPROPSTATUS_NOTALLSETTABLE = 5,
DBPROPSTATUS_NOTSETTABLE = 6,
DBPROPSTATUS_NOTSET = 7,
DBPROPSTATUS_CONFLICTING = 8
} DBPROPSTATUSENUM;public enum DBPROPSTATUSENUM : int
{
DBPROPSTATUS_OK = 0,
DBPROPSTATUS_NOTSUPPORTED = 1,
DBPROPSTATUS_BADVALUE = 2,
DBPROPSTATUS_BADOPTION = 3,
DBPROPSTATUS_BADCOLUMN = 4,
DBPROPSTATUS_NOTALLSETTABLE = 5,
DBPROPSTATUS_NOTSETTABLE = 6,
DBPROPSTATUS_NOTSET = 7,
DBPROPSTATUS_CONFLICTING = 8,
}Public Enum DBPROPSTATUSENUM As Integer
DBPROPSTATUS_OK = 0
DBPROPSTATUS_NOTSUPPORTED = 1
DBPROPSTATUS_BADVALUE = 2
DBPROPSTATUS_BADOPTION = 3
DBPROPSTATUS_BADCOLUMN = 4
DBPROPSTATUS_NOTALLSETTABLE = 5
DBPROPSTATUS_NOTSETTABLE = 6
DBPROPSTATUS_NOTSET = 7
DBPROPSTATUS_CONFLICTING = 8
End Enumimport enum
class DBPROPSTATUSENUM(enum.IntEnum):
DBPROPSTATUS_OK = 0
DBPROPSTATUS_NOTSUPPORTED = 1
DBPROPSTATUS_BADVALUE = 2
DBPROPSTATUS_BADOPTION = 3
DBPROPSTATUS_BADCOLUMN = 4
DBPROPSTATUS_NOTALLSETTABLE = 5
DBPROPSTATUS_NOTSETTABLE = 6
DBPROPSTATUS_NOTSET = 7
DBPROPSTATUS_CONFLICTING = 8// DBPROPSTATUSENUM
pub const DBPROPSTATUS_OK: i32 = 0;
pub const DBPROPSTATUS_NOTSUPPORTED: i32 = 1;
pub const DBPROPSTATUS_BADVALUE: i32 = 2;
pub const DBPROPSTATUS_BADOPTION: i32 = 3;
pub const DBPROPSTATUS_BADCOLUMN: i32 = 4;
pub const DBPROPSTATUS_NOTALLSETTABLE: i32 = 5;
pub const DBPROPSTATUS_NOTSETTABLE: i32 = 6;
pub const DBPROPSTATUS_NOTSET: i32 = 7;
pub const DBPROPSTATUS_CONFLICTING: i32 = 8;// DBPROPSTATUSENUM
const (
DBPROPSTATUS_OK int32 = 0
DBPROPSTATUS_NOTSUPPORTED int32 = 1
DBPROPSTATUS_BADVALUE int32 = 2
DBPROPSTATUS_BADOPTION int32 = 3
DBPROPSTATUS_BADCOLUMN int32 = 4
DBPROPSTATUS_NOTALLSETTABLE int32 = 5
DBPROPSTATUS_NOTSETTABLE int32 = 6
DBPROPSTATUS_NOTSET int32 = 7
DBPROPSTATUS_CONFLICTING int32 = 8
)const
DBPROPSTATUS_OK = 0;
DBPROPSTATUS_NOTSUPPORTED = 1;
DBPROPSTATUS_BADVALUE = 2;
DBPROPSTATUS_BADOPTION = 3;
DBPROPSTATUS_BADCOLUMN = 4;
DBPROPSTATUS_NOTALLSETTABLE = 5;
DBPROPSTATUS_NOTSETTABLE = 6;
DBPROPSTATUS_NOTSET = 7;
DBPROPSTATUS_CONFLICTING = 8;// DBPROPSTATUSENUM
pub const DBPROPSTATUS_OK: i32 = 0;
pub const DBPROPSTATUS_NOTSUPPORTED: i32 = 1;
pub const DBPROPSTATUS_BADVALUE: i32 = 2;
pub const DBPROPSTATUS_BADOPTION: i32 = 3;
pub const DBPROPSTATUS_BADCOLUMN: i32 = 4;
pub const DBPROPSTATUS_NOTALLSETTABLE: i32 = 5;
pub const DBPROPSTATUS_NOTSETTABLE: i32 = 6;
pub const DBPROPSTATUS_NOTSET: i32 = 7;
pub const DBPROPSTATUS_CONFLICTING: i32 = 8;const
DBPROPSTATUS_OK* = 0
DBPROPSTATUS_NOTSUPPORTED* = 1
DBPROPSTATUS_BADVALUE* = 2
DBPROPSTATUS_BADOPTION* = 3
DBPROPSTATUS_BADCOLUMN* = 4
DBPROPSTATUS_NOTALLSETTABLE* = 5
DBPROPSTATUS_NOTSETTABLE* = 6
DBPROPSTATUS_NOTSET* = 7
DBPROPSTATUS_CONFLICTING* = 8enum DBPROPSTATUSENUM : int {
DBPROPSTATUS_OK = 0,
DBPROPSTATUS_NOTSUPPORTED = 1,
DBPROPSTATUS_BADVALUE = 2,
DBPROPSTATUS_BADOPTION = 3,
DBPROPSTATUS_BADCOLUMN = 4,
DBPROPSTATUS_NOTALLSETTABLE = 5,
DBPROPSTATUS_NOTSETTABLE = 6,
DBPROPSTATUS_NOTSET = 7,
DBPROPSTATUS_CONFLICTING = 8,
}#define global DBPROPSTATUS_OK 0x0
#define global DBPROPSTATUS_NOTSUPPORTED 0x1
#define global DBPROPSTATUS_BADVALUE 0x2
#define global DBPROPSTATUS_BADOPTION 0x3
#define global DBPROPSTATUS_BADCOLUMN 0x4
#define global DBPROPSTATUS_NOTALLSETTABLE 0x5
#define global DBPROPSTATUS_NOTSETTABLE 0x6
#define global DBPROPSTATUS_NOTSET 0x7
#define global DBPROPSTATUS_CONFLICTING 0x8