dataset

英音[ ˈdeɪtəset; ˈdɑːtəset ] 美音[ ˈdeɪtəset ]
资料组
常用释义
n. 资料组

扩展信息

数据集
数据集DataSet):数据集是一个或多个表的集合,DataSet可以保存多个独立的表并维护有关表之间关系的信息,因此它可 …
资料集
资料集dataset)中某观察单位的变量值;数量变量:变量是量化的,并且取的数值有意义。
数据源
创建一个数据源dataset)来包含将要在图形中显示的数据,创建一个 JFreeChart 对象来代表要显示的图形 把图形输出 重要的 …
数据集对象
掌握数据集对象(DataSet) 重点:ado.net 技术 难点:ado.net 综合编程 项目 1 创建一个 windows 应用程序,用来显示数据库连 …
数据库
数据库 (DataSet) 数据源的创建及其在 WinForms 应用程序中的使用是本文的重点内容。但是,以下两点也不容忽视: • 一旦创 …
数据集合
目录 - 51CTO.COM ... 11.2 DataTable 数据表 237 11.3 DataSet 数据集合 246 12.2 ADO.NET 连接模式访问数据库 257 ...
数据集类
... 管理提供者(DataReader) 2.3 一般数据集类DataSet) 一般数据集类(DataSet) DataSet 对象是支持 ADO.NET 的 断 …

例句

You could also hardcode the dataset if it was constant and relatively small, such as the list of states in the United States.

如果数据集比较小,您还可以不断加强它,例如美国的州列表。

我发现在创建强类型数据集时为其选择名称始终是一个不错的主意。

Although this did allow you to use Typed Dataset in N-Tier scenario, it had one major problem.

尽管这的确使得您可以在N层架构中使用强类型的DataSet。

图2中显示的视图只是定义强类型数据集的XML架构的视觉表示。

此选项所用的数据集通常是专门为报表参数创建的。

Commits all the changes made to this DataSet since it was loaded or since the last time AcceptChanges was called.

提交自加载此DataSet或上次调用AcceptChanges以来对其进行的所有更改。

完成该操作的代码可能如下所示,它在填充数据集之前将文本框的内容建立为参数。

对于数据库字段,此值必须是数据集中查询所返回的字段的名称。

但您可能使用适配器从具有某个名称的数据库读入具有另一个名称的数据集中。

If the variable contains an ADO. NET dataset, the enumerator can be configured to enumerate rows in multiple tables or to enumerate tables.

如果变量包含ADO.NET数据集,则可以将枚举器配置为枚举多个表中的行或枚举表。

Google engineers claim that the response time of data queries in BigTable is only determined by the size of the result dataset.

Google工程师宣称BigTable中数据查询的响应时间只根据结果数据集的大小确定。

Rolls back all the changes made to the DataSet since it was created, or since the last time DataSet. AcceptChanges was called.

回滚自创建DataSet以来或上次调用DataSet.AcceptChanges以来对其进行的所有更改。

Weighted: For a dataset that has no duplicates, bias the selection toward the front of the list.

加权:对于一个没有重复的数据集,倾向于列表的前面的选择。

自动生成用于协调DataSet的更改与关联数据库的单表命令。

Experiments on real world dataset show that this novel approach is quiet promising both on its rationality and effectivity.

实验结果表明了提出的关于离群点定义的合理性和算法的有效性。

Edit the data in the dataset and write it out to a database.

编辑数据集中的数据并将其写出到数据库中。

而这份数据集是其中最令人注目之一:自2006年以来每一个谋杀案的清单。

通常,适配器是可配置的,允许您指定将哪些数据移入或移出数据集。

存储了整个数据集的子集的这些物理数据库被称为是分区、碎片或片。

Elevation data is a good example of a single-band raster dataset, often visualized with a color ramp, as shown in Figure 2.

高程数据就是很好的单级光栅数据的例子,它经常用颜色坡度,如图2所示。

It is an XmlDocument that can be bound to a DataSet and both classes can synchronize changes made to data contained in the two classes.

它是一个可绑定到DataSet的XmlDocument,这两个类可以同步对其中所包含的数据的更改。

尽管您可以将查询的结果直接加载到DataSet对象中,但大型查询结果将消耗大量内存。

他说,“如果我们的批评家少花点时间批评我们,而去准备他们自己的数据集,会更具建设性意义。”

Over the next two years, the aim is to identify signatures for all approved drugs in America and build up a much more comprehensive dataset.

在过去的两年时间里,目标是建立所有美国批准认证药物的特征并建立相对广泛的数据库。

报表服务器不会锁定报表的特定实例或其数据集来完成数据驱动订阅。

因为计算分布到不同的CPU,且每个CPU处理不同的数据集,所以这样的分布式处理意味着可以采用并行计算。

数据适配器包含可由应用程序用于将数据从数据库读入数据集并将其写回数据库的SQL命令。

大多数数据文件都包含一个单独的数据集,通常称为层。

DataSet表示包括相关表、约束和表间关系在内的整个数据集。

When changes are made to records in the dataset , the changes have to be written back to the database .

当数据集中的记录发生更改时,这些更改必须写回数据库。