Add the respective get method for your data member.
向您的数据成员添加相关的获得方法。
If there is a difference, the data member has been set.
如果存在差异,说明已设置数据成员。
OOP Terminology: class, attribute, property, field, data member.
OOP术语:类,属性,属性,字段,数据成员。
A static data member is not bound to a single instance of your class.
静态数据成员没有绑定到类的一个实例。
You don't need to use this data member anywhere in your serializable classes.
不需要在可序列化类中到处使用这个数据成员。
Constructors usually should ensure that every data member is initialized.
构造函数通常应确保其每个数据成员都完成了初始化。
Add an RFX function call for each parameter data member you added to the class.
为已添加到类中的每一个参数数据成员添加rfx函数调用。
The name of the corresponding field data member or parameter data member in the recordset class.
资料录集类别内对应的栏位资料成员或参数资料成员之名称。
This data member saves the identifier that COM returns when registering the class factory object.
这个数据成员保存注册类工厂对象时COM返回出来的标识。
These calls specify the relationship between a column name on the data source and a field data member.
这些调用指定数据源上的列名与字段数据成员之间的关系。
Therefore when you make a change in the data member object, the original and the clone will be both changed.
因此,当你修改这个对象中的一个数据成员时,原始的和克隆的数据成员都会被改变。
It is recommended that all serializable classes contain a private static data member named serialVersionUID, of type long.
建议让所有可序列化的类都包含类型为long、名为serialversionuid的私有静态数据成员。
That is, the framework USES the appropriate field data member as a buffer in which to store the contents of a record column.
也就是说,框架将合适的字段数据成员用作缓冲区,在该缓冲区中存储记录列的内容。
For example, the previous HTML fragment asks for a data member named A2: D7 and gets a Rowset of two columns and seven rows.
例如,前面的HTML片断要求一个名为A 2:D7的数据成员,并得到了一个两行七列的行集合。
This is a special type of class in which the memory allocated is only the amount necessary for the union's largest data member.
这是一种特殊类型的类,在其中仅分配联合的最大数据成员所需的内存量。
For each column you select from the data source, the class contains a data member of the appropriate data type for that column.
对于从数据源中选择的每一列,此类包含具有适合该列的数据类型的数据成员。
In the above code snippet, the compiler will warn you about the not exported base class and the not exported class of the data member.
在上面的代码片断,编译器会警告你没有导出基类和类的数据成员。
The Spreadsheet control exposes a nearly limitless number of data members because any valid range reference is a valid data member.
电子表格控件几乎暴露了无数的数据成员,因为任何有效的区域引用都是一个有效的数据成员。
Notice what our code has so far: first, our Account class isn't a bean (it essentially has a getter -- but no setter -- for its one data member).
注意一下目前我们的代码有哪些东西:首先,我们的Account类不是一个bean (实际上,对于它的一个数据成员它有一个getter方法――但是没有setter 方法)。
As part of the process of updating a record, you specify the update values by assigning values directly to the appropriate field data member or members.
您可以在更新一笔资料录的过程中,在合适的栏位资料成员或成员中直接设定值便可指定更新值。
The state test of class is an important component part of object-oriented software test. Class unit test comes down to test the data member and member function.
类的状态测试是面向对象软件测试的重要内容,类的单元测试归结为测试类的数据成员和成员函数。
When the recordset is first opened and is about to read the first record, RFX binds (associates) each selected column to the address of the appropriate field data member.
当第一次开启资料录集且正要读取第一笔资料录,RF x会系结(关联)每个所选的资料行至适当的栏位资料成员的位址。
If you declare a static data member within a class definition as dllexport , a definition must occur somewhere within the same program (as with nonclass external linkage).
你必须在同一个程序中定义所有此类成员,否则会产生一个链接错误。
Creates a binding with the specified control property name, data source, data member, and information about whether formatting is enabled, and adds the binding to the collection.
使用指定的控制项属性名称、资料来源、资料成员和是否启用格式化的相关资讯,建立系结,并将此系结加入集合中。
To declare a recordset class for a single table, use the MFC ODBC Consumer Wizard from Add class and choose each column you want by naming a corresponding recordset field data member.
若要宣告单一资料表的资料录集类别,请使用[加入类别]中的MF CODBC消费者精灵,并借由命名对应的资料录集栏位资料成员来选择想要的每个资料行。
They provide the user with methods that set and/or get member data.
这些类将为用户提供设置和(或)获取成员数据的方法。
They provide the user with methods that set member data.
这些类将为用户提供设置成员数据的方法。
They provide the user with methods that get member data.
这些类将为用户提供获取成员数据的方法。
For example, a financial analyst would need to see financial data whereas a team member would not.
例如,一个财务分析师需要看财务数据,而其他团队成员是无法看到的。
For example, a financial analyst would need to see financial data whereas a team member would not.
例如,一个财务分析师需要看财务数据,而其他团队成员是无法看到的。
应用推荐