Type, structure, union, and enum definitions.
_类型、结构、联合体和枚举定义。
In the dialog that appears, choose Enum as the type.
在出现的对话框中,选择enum作为类型。
ENUM data type conversion support for MySQL source to DB2 database product target.
对mysql源到DB 2数据库产品目标的ENUM数据类型转换支持。
MTK maps the ENUM data type to VARCHAR(255) with check constraint.
MTK 将ENUM数据类型映射到带检查约束的VARCHAR(255)。
Or, does that make more sense in a class that has a variable of enum type Size?
或者说,在一个拥有枚举类型Size变量的类中做这些更有意义吗?
This enum defines the various program elements that an annotation type can target. Listing 9 show the ElementType enum in its entirety.
这个枚举定义了注释类型可应用的不同程序元素。
For that, we need an enum type to indicate what we want.
为此,我们需要一个枚举类型,表示我们想要的。
Here I've used the new keyword enum, given the enum a name, and specified the allowed values. Grade then becomes an enumerated type, which you can use in a manner shown in Listing 3.
在这里,我使用了新的关键字enum,为enum提供了一个名称,并指定了允许的值。
The final result is a control that presents an enum type, or a bit-set as a group of run-time generated buttons.
最终的结果是一个控件,提供了一个枚举类型或位作为一个运行组产生的按钮设定时间。
For properties of type string, an optional Enum definition has been added. Property values will be validated against the Enum.
对字符串的属性,增加了一个可选的枚举类型定义,枚举的属性值将被验证。
ENUM type columns are very fast and compact.
ENUM类型的字段非常的快捷和紧凑。
In order for the default value of an enum type to be easily available, the literal0 implicitly converts to any enum type. Thus, the following is permitted.
为了容易地利用枚举类型的默认值,0隐含地转化为任意的枚举类型。因此下面(注:的语句)允许的。
You can use extension methods to add functionality specific to a particular enum type.
可以使用扩展方法添加特定于某个特定枚举类型的功能。
Avoid specifying a type for an enum.
避免对枚举指定类型。
An enumeration type (also named an enumeration or an enum) provides an efficient way to define a set of named integral constants that may be assigned to a variable.
枚举类型(也称为枚举)为定义一组可以赋给变量的命名整数常量提供了一种有效的方法。
An enumeration type (also named an enumeration or an enum) provides an efficient way to define a set of named integral constants that may be assigned to a variable.
枚举类型(也称为枚举)为定义一组可以赋给变量的命名整数常量提供了一种有效的方法。
应用推荐