ホーム › System.Search › DBPROPENUM21
DBPROPENUM21
列挙型メンバー 21
| 名前 | 10進 | 16進 |
|---|---|---|
| DBPROP_TRUSTEE_USERNAME | 241 | 0xF1 |
| DBPROP_TRUSTEE_AUTHENTICATION | 242 | 0xF2 |
| DBPROP_TRUSTEE_NEWAUTHENTICATION | 243 | 0xF3 |
| DBPROP_IRow | 263 | 0x107 |
| DBPROP_IRowChange | 264 | 0x108 |
| DBPROP_IRowSchemaChange | 265 | 0x109 |
| DBPROP_IGetRow | 266 | 0x10A |
| DBPROP_IScopedOperations | 267 | 0x10B |
| DBPROP_IBindResource | 268 | 0x10C |
| DBPROP_ICreateRow | 269 | 0x10D |
| DBPROP_INIT_BINDFLAGS | 270 | 0x10E |
| DBPROP_INIT_LOCKOWNER | 271 | 0x10F |
| DBPROP_GENERATEURL | 273 | 0x111 |
| DBPROP_IDBBinderProperties | 274 | 0x112 |
| DBPROP_IColumnsInfo2 | 275 | 0x113 |
| DBPROP_IRegisterProvider | 276 | 0x114 |
| DBPROP_IGetSession | 277 | 0x115 |
| DBPROP_IGetSourceRow | 278 | 0x116 |
| DBPROP_IRowsetCurrentIndex | 279 | 0x117 |
| DBPROP_OPENROWSETSUPPORT | 280 | 0x118 |
| DBPROP_COL_ISLONG | 281 | 0x119 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum DBPROPENUM21 : int {
DBPROP_TRUSTEE_USERNAME = 241,
DBPROP_TRUSTEE_AUTHENTICATION = 242,
DBPROP_TRUSTEE_NEWAUTHENTICATION = 243,
DBPROP_IRow = 263,
DBPROP_IRowChange = 264,
DBPROP_IRowSchemaChange = 265,
DBPROP_IGetRow = 266,
DBPROP_IScopedOperations = 267,
DBPROP_IBindResource = 268,
DBPROP_ICreateRow = 269,
DBPROP_INIT_BINDFLAGS = 270,
DBPROP_INIT_LOCKOWNER = 271,
DBPROP_GENERATEURL = 273,
DBPROP_IDBBinderProperties = 274,
DBPROP_IColumnsInfo2 = 275,
DBPROP_IRegisterProvider = 276,
DBPROP_IGetSession = 277,
DBPROP_IGetSourceRow = 278,
DBPROP_IRowsetCurrentIndex = 279,
DBPROP_OPENROWSETSUPPORT = 280,
DBPROP_COL_ISLONG = 281
} DBPROPENUM21;public enum DBPROPENUM21 : int
{
DBPROP_TRUSTEE_USERNAME = 241,
DBPROP_TRUSTEE_AUTHENTICATION = 242,
DBPROP_TRUSTEE_NEWAUTHENTICATION = 243,
DBPROP_IRow = 263,
DBPROP_IRowChange = 264,
DBPROP_IRowSchemaChange = 265,
DBPROP_IGetRow = 266,
DBPROP_IScopedOperations = 267,
DBPROP_IBindResource = 268,
DBPROP_ICreateRow = 269,
DBPROP_INIT_BINDFLAGS = 270,
DBPROP_INIT_LOCKOWNER = 271,
DBPROP_GENERATEURL = 273,
DBPROP_IDBBinderProperties = 274,
DBPROP_IColumnsInfo2 = 275,
DBPROP_IRegisterProvider = 276,
DBPROP_IGetSession = 277,
DBPROP_IGetSourceRow = 278,
DBPROP_IRowsetCurrentIndex = 279,
DBPROP_OPENROWSETSUPPORT = 280,
DBPROP_COL_ISLONG = 281,
}Public Enum DBPROPENUM21 As Integer
DBPROP_TRUSTEE_USERNAME = 241
DBPROP_TRUSTEE_AUTHENTICATION = 242
DBPROP_TRUSTEE_NEWAUTHENTICATION = 243
DBPROP_IRow = 263
DBPROP_IRowChange = 264
DBPROP_IRowSchemaChange = 265
DBPROP_IGetRow = 266
DBPROP_IScopedOperations = 267
DBPROP_IBindResource = 268
DBPROP_ICreateRow = 269
DBPROP_INIT_BINDFLAGS = 270
DBPROP_INIT_LOCKOWNER = 271
DBPROP_GENERATEURL = 273
DBPROP_IDBBinderProperties = 274
DBPROP_IColumnsInfo2 = 275
DBPROP_IRegisterProvider = 276
DBPROP_IGetSession = 277
DBPROP_IGetSourceRow = 278
DBPROP_IRowsetCurrentIndex = 279
DBPROP_OPENROWSETSUPPORT = 280
DBPROP_COL_ISLONG = 281
End Enumimport enum
class DBPROPENUM21(enum.IntEnum):
DBPROP_TRUSTEE_USERNAME = 241
DBPROP_TRUSTEE_AUTHENTICATION = 242
DBPROP_TRUSTEE_NEWAUTHENTICATION = 243
DBPROP_IRow = 263
DBPROP_IRowChange = 264
DBPROP_IRowSchemaChange = 265
DBPROP_IGetRow = 266
DBPROP_IScopedOperations = 267
DBPROP_IBindResource = 268
DBPROP_ICreateRow = 269
DBPROP_INIT_BINDFLAGS = 270
DBPROP_INIT_LOCKOWNER = 271
DBPROP_GENERATEURL = 273
DBPROP_IDBBinderProperties = 274
DBPROP_IColumnsInfo2 = 275
DBPROP_IRegisterProvider = 276
DBPROP_IGetSession = 277
DBPROP_IGetSourceRow = 278
DBPROP_IRowsetCurrentIndex = 279
DBPROP_OPENROWSETSUPPORT = 280
DBPROP_COL_ISLONG = 281// DBPROPENUM21
pub const DBPROP_TRUSTEE_USERNAME: i32 = 241;
pub const DBPROP_TRUSTEE_AUTHENTICATION: i32 = 242;
pub const DBPROP_TRUSTEE_NEWAUTHENTICATION: i32 = 243;
pub const DBPROP_IRow: i32 = 263;
pub const DBPROP_IRowChange: i32 = 264;
pub const DBPROP_IRowSchemaChange: i32 = 265;
pub const DBPROP_IGetRow: i32 = 266;
pub const DBPROP_IScopedOperations: i32 = 267;
pub const DBPROP_IBindResource: i32 = 268;
pub const DBPROP_ICreateRow: i32 = 269;
pub const DBPROP_INIT_BINDFLAGS: i32 = 270;
pub const DBPROP_INIT_LOCKOWNER: i32 = 271;
pub const DBPROP_GENERATEURL: i32 = 273;
pub const DBPROP_IDBBinderProperties: i32 = 274;
pub const DBPROP_IColumnsInfo2: i32 = 275;
pub const DBPROP_IRegisterProvider: i32 = 276;
pub const DBPROP_IGetSession: i32 = 277;
pub const DBPROP_IGetSourceRow: i32 = 278;
pub const DBPROP_IRowsetCurrentIndex: i32 = 279;
pub const DBPROP_OPENROWSETSUPPORT: i32 = 280;
pub const DBPROP_COL_ISLONG: i32 = 281;// DBPROPENUM21
const (
DBPROP_TRUSTEE_USERNAME int32 = 241
DBPROP_TRUSTEE_AUTHENTICATION int32 = 242
DBPROP_TRUSTEE_NEWAUTHENTICATION int32 = 243
DBPROP_IRow int32 = 263
DBPROP_IRowChange int32 = 264
DBPROP_IRowSchemaChange int32 = 265
DBPROP_IGetRow int32 = 266
DBPROP_IScopedOperations int32 = 267
DBPROP_IBindResource int32 = 268
DBPROP_ICreateRow int32 = 269
DBPROP_INIT_BINDFLAGS int32 = 270
DBPROP_INIT_LOCKOWNER int32 = 271
DBPROP_GENERATEURL int32 = 273
DBPROP_IDBBinderProperties int32 = 274
DBPROP_IColumnsInfo2 int32 = 275
DBPROP_IRegisterProvider int32 = 276
DBPROP_IGetSession int32 = 277
DBPROP_IGetSourceRow int32 = 278
DBPROP_IRowsetCurrentIndex int32 = 279
DBPROP_OPENROWSETSUPPORT int32 = 280
DBPROP_COL_ISLONG int32 = 281
)const
DBPROP_TRUSTEE_USERNAME = 241;
DBPROP_TRUSTEE_AUTHENTICATION = 242;
DBPROP_TRUSTEE_NEWAUTHENTICATION = 243;
DBPROP_IRow = 263;
DBPROP_IRowChange = 264;
DBPROP_IRowSchemaChange = 265;
DBPROP_IGetRow = 266;
DBPROP_IScopedOperations = 267;
DBPROP_IBindResource = 268;
DBPROP_ICreateRow = 269;
DBPROP_INIT_BINDFLAGS = 270;
DBPROP_INIT_LOCKOWNER = 271;
DBPROP_GENERATEURL = 273;
DBPROP_IDBBinderProperties = 274;
DBPROP_IColumnsInfo2 = 275;
DBPROP_IRegisterProvider = 276;
DBPROP_IGetSession = 277;
DBPROP_IGetSourceRow = 278;
DBPROP_IRowsetCurrentIndex = 279;
DBPROP_OPENROWSETSUPPORT = 280;
DBPROP_COL_ISLONG = 281;// DBPROPENUM21
pub const DBPROP_TRUSTEE_USERNAME: i32 = 241;
pub const DBPROP_TRUSTEE_AUTHENTICATION: i32 = 242;
pub const DBPROP_TRUSTEE_NEWAUTHENTICATION: i32 = 243;
pub const DBPROP_IRow: i32 = 263;
pub const DBPROP_IRowChange: i32 = 264;
pub const DBPROP_IRowSchemaChange: i32 = 265;
pub const DBPROP_IGetRow: i32 = 266;
pub const DBPROP_IScopedOperations: i32 = 267;
pub const DBPROP_IBindResource: i32 = 268;
pub const DBPROP_ICreateRow: i32 = 269;
pub const DBPROP_INIT_BINDFLAGS: i32 = 270;
pub const DBPROP_INIT_LOCKOWNER: i32 = 271;
pub const DBPROP_GENERATEURL: i32 = 273;
pub const DBPROP_IDBBinderProperties: i32 = 274;
pub const DBPROP_IColumnsInfo2: i32 = 275;
pub const DBPROP_IRegisterProvider: i32 = 276;
pub const DBPROP_IGetSession: i32 = 277;
pub const DBPROP_IGetSourceRow: i32 = 278;
pub const DBPROP_IRowsetCurrentIndex: i32 = 279;
pub const DBPROP_OPENROWSETSUPPORT: i32 = 280;
pub const DBPROP_COL_ISLONG: i32 = 281;const
DBPROP_TRUSTEE_USERNAME* = 241
DBPROP_TRUSTEE_AUTHENTICATION* = 242
DBPROP_TRUSTEE_NEWAUTHENTICATION* = 243
DBPROP_IRow* = 263
DBPROP_IRowChange* = 264
DBPROP_IRowSchemaChange* = 265
DBPROP_IGetRow* = 266
DBPROP_IScopedOperations* = 267
DBPROP_IBindResource* = 268
DBPROP_ICreateRow* = 269
DBPROP_INIT_BINDFLAGS* = 270
DBPROP_INIT_LOCKOWNER* = 271
DBPROP_GENERATEURL* = 273
DBPROP_IDBBinderProperties* = 274
DBPROP_IColumnsInfo2* = 275
DBPROP_IRegisterProvider* = 276
DBPROP_IGetSession* = 277
DBPROP_IGetSourceRow* = 278
DBPROP_IRowsetCurrentIndex* = 279
DBPROP_OPENROWSETSUPPORT* = 280
DBPROP_COL_ISLONG* = 281enum DBPROPENUM21 : int {
DBPROP_TRUSTEE_USERNAME = 241,
DBPROP_TRUSTEE_AUTHENTICATION = 242,
DBPROP_TRUSTEE_NEWAUTHENTICATION = 243,
DBPROP_IRow = 263,
DBPROP_IRowChange = 264,
DBPROP_IRowSchemaChange = 265,
DBPROP_IGetRow = 266,
DBPROP_IScopedOperations = 267,
DBPROP_IBindResource = 268,
DBPROP_ICreateRow = 269,
DBPROP_INIT_BINDFLAGS = 270,
DBPROP_INIT_LOCKOWNER = 271,
DBPROP_GENERATEURL = 273,
DBPROP_IDBBinderProperties = 274,
DBPROP_IColumnsInfo2 = 275,
DBPROP_IRegisterProvider = 276,
DBPROP_IGetSession = 277,
DBPROP_IGetSourceRow = 278,
DBPROP_IRowsetCurrentIndex = 279,
DBPROP_OPENROWSETSUPPORT = 280,
DBPROP_COL_ISLONG = 281,
}#define global DBPROP_TRUSTEE_USERNAME 0xF1
#define global DBPROP_TRUSTEE_AUTHENTICATION 0xF2
#define global DBPROP_TRUSTEE_NEWAUTHENTICATION 0xF3
#define global DBPROP_IRow 0x107
#define global DBPROP_IRowChange 0x108
#define global DBPROP_IRowSchemaChange 0x109
#define global DBPROP_IGetRow 0x10A
#define global DBPROP_IScopedOperations 0x10B
#define global DBPROP_IBindResource 0x10C
#define global DBPROP_ICreateRow 0x10D
#define global DBPROP_INIT_BINDFLAGS 0x10E
#define global DBPROP_INIT_LOCKOWNER 0x10F
#define global DBPROP_GENERATEURL 0x111
#define global DBPROP_IDBBinderProperties 0x112
#define global DBPROP_IColumnsInfo2 0x113
#define global DBPROP_IRegisterProvider 0x114
#define global DBPROP_IGetSession 0x115
#define global DBPROP_IGetSourceRow 0x116
#define global DBPROP_IRowsetCurrentIndex 0x117
#define global DBPROP_OPENROWSETSUPPORT 0x118
#define global DBPROP_COL_ISLONG 0x119