ホーム › System.Search › DBPROPENUM25
DBPROPENUM25
列挙型メンバー 4
| 名前 | 10進 | 16進 |
|---|---|---|
| DBPROP_COL_SEED | 282 | 0x11A |
| DBPROP_COL_INCREMENT | 283 | 0x11B |
| DBPROP_INIT_GENERALTIMEOUT | 284 | 0x11C |
| DBPROP_COMSERVICES | 285 | 0x11D |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum DBPROPENUM25 : int {
DBPROP_COL_SEED = 282,
DBPROP_COL_INCREMENT = 283,
DBPROP_INIT_GENERALTIMEOUT = 284,
DBPROP_COMSERVICES = 285
} DBPROPENUM25;public enum DBPROPENUM25 : int
{
DBPROP_COL_SEED = 282,
DBPROP_COL_INCREMENT = 283,
DBPROP_INIT_GENERALTIMEOUT = 284,
DBPROP_COMSERVICES = 285,
}Public Enum DBPROPENUM25 As Integer
DBPROP_COL_SEED = 282
DBPROP_COL_INCREMENT = 283
DBPROP_INIT_GENERALTIMEOUT = 284
DBPROP_COMSERVICES = 285
End Enumimport enum
class DBPROPENUM25(enum.IntEnum):
DBPROP_COL_SEED = 282
DBPROP_COL_INCREMENT = 283
DBPROP_INIT_GENERALTIMEOUT = 284
DBPROP_COMSERVICES = 285// DBPROPENUM25
pub const DBPROP_COL_SEED: i32 = 282;
pub const DBPROP_COL_INCREMENT: i32 = 283;
pub const DBPROP_INIT_GENERALTIMEOUT: i32 = 284;
pub const DBPROP_COMSERVICES: i32 = 285;// DBPROPENUM25
const (
DBPROP_COL_SEED int32 = 282
DBPROP_COL_INCREMENT int32 = 283
DBPROP_INIT_GENERALTIMEOUT int32 = 284
DBPROP_COMSERVICES int32 = 285
)const
DBPROP_COL_SEED = 282;
DBPROP_COL_INCREMENT = 283;
DBPROP_INIT_GENERALTIMEOUT = 284;
DBPROP_COMSERVICES = 285;// DBPROPENUM25
pub const DBPROP_COL_SEED: i32 = 282;
pub const DBPROP_COL_INCREMENT: i32 = 283;
pub const DBPROP_INIT_GENERALTIMEOUT: i32 = 284;
pub const DBPROP_COMSERVICES: i32 = 285;const
DBPROP_COL_SEED* = 282
DBPROP_COL_INCREMENT* = 283
DBPROP_INIT_GENERALTIMEOUT* = 284
DBPROP_COMSERVICES* = 285enum DBPROPENUM25 : int {
DBPROP_COL_SEED = 282,
DBPROP_COL_INCREMENT = 283,
DBPROP_INIT_GENERALTIMEOUT = 284,
DBPROP_COMSERVICES = 285,
}#define global DBPROP_COL_SEED 0x11A
#define global DBPROP_COL_INCREMENT 0x11B
#define global DBPROP_INIT_GENERALTIMEOUT 0x11C
#define global DBPROP_COMSERVICES 0x11D