网站首页  词典首页

请输入您要查询的英文单词:

 

单词 data adapter
释义

data adapter

美 
英 
  • un.数据适配器
  • 网络资料配接器;数据适配器对象;数据配接器
un.
1.
数据适配器

例句

释义:
1.
Allows you to create and configure parameters associated with a SQL statement or stored procedure in a data adapter.
用于创建和配置与数据适配器中的SQL语句或存储过程相关联的参数。
msdn2.microsoft.com
2.
A data adapter contains SQL commands that your application can use to read data into a dataset from a database and write it back again.
数据适配器包含可由应用程序用于将数据从数据库读入数据集并将其写回数据库的SQL命令。
technet.microsoft.com
3.
The same set of UI elements used to define the various data adapter commands are used in the standalone command editor.
单独的命令编辑器中使用用于定义各种数据适配器的同一的UI元素集。
www-128.ibm.com
4.
If you want to see how the data adapter will fill a dataset, preview the results.
如果想要查看数据适配器填充数据集的方式,请预览结果。
msdn2.microsoft.com
5.
The AcceptChanges method is called automatically when calling the update methods of a TableAdapter or data adapter.
AcceptChanges方法在调用TableAdapter或数据适配器的更新方法时自动调用。
msdn2.microsoft.com
6.
This example iterates through a data reader created using a data adapter's select command as well as maintaining a count of records read.
此示例循环访问使用数据适配器的select命令以及维护记录读取的计数创建的数据读取器。
msdn2.microsoft.com
7.
Configures SQL commands or stored procedures that a data adapter uses to read data into a dataset from a database and write it back again.
配置数据适配器用来将数据从数据库读入数据集并将其重新写回数据库的SQL命令或存储过程。
msdn2.microsoft.com
8.
This allows you to pass arbitrary SQL commands through the data adapter, such as those used to define or modify database definitions.
这使您可以通过数据适配器传递任意SQL命令,如那些用于定义或修改数据库定义的命令。
msdn2.microsoft.com
9.
A data adapter of type SqlDataAdapter called SqlDataAdapter1 configured with a connection and a Select command to retrieve data.
名为SqlDataAdapter1的SqlDataAdapter类型的数据适配器,该适配器是使用连接以及Select命令配置的,以用来检索数据。
msdn.microsoft.com
10.
Each data adapter has select, update, insert, and delete commands that could be either SQL statements or a call to a stored procedure.
每个数据适配器都具有选择、更新、插入和删除命令,这些命令要么是SQL语句要么是对存储过程的调用。
www.ibm.com
1.
Your tests can be run, but the diagnostic data adapter cannot be run.
测试可以运行,但是诊断数据适配器无法运行。
technet.microsoft.com
2.
Data Adapter Configuration Wizard helps you set the properties of a new or existing data adapter.
“数据适配器配置向导”用于设置新的或现有数据适配器的属性。
technet.microsoft.com
3.
Before an application can access data in a database, it needs to create a connection to the database and to configure a data adapter.
在应用程序可以访问数据库中的数据之前,它需要创建到数据库的连接并配置数据适配器。
msdn2.microsoft.com
4.
The designer adds an instance of the adapter to the form or component and launches the Data Adapter Configuration Wizard.
设计器将向窗体或组件添加适配器的一个实例,并启动“数据适配器配置向导”。
msdn2.microsoft.com
5.
Displays one or more errors that occurred while Visual Studio was attempting to create an instance of a data adapter and set its properties.
显示VisualStudio试图创建数据适配器的实例并设置其属性时发生的一个或多个错误。
msdn2.microsoft.com
6.
Then, a data adapter (da) and a data set (ds) are created, and the data adapter is used to fill the data set with data.
然后,创建一个数据适配器(da)和一个数据集(ds),该数据适配器用于使用数据填充数据集。
msdn2.microsoft.com
7.
Data Adapter Configuration Wizard runs you through the entire process of creating a data adapter (and, if necessary, a data connection).
“数据适配器配置向导”引导您完成创建数据适配器(必要时还创建数据连接)的整个过程。
technet.microsoft.com
8.
Thirdly, makes some try on the realization of three key parts: the database of data share center, data adapter and data access interface.
接着,对高校共享数据中心的关键模块——共享数据中心库、数据适配器、数据访问接口的实现进行了尝试;
www.juhe8.com
9.
The commands in a data adapter are usually parameter-driven.
数据适配器中的命令通常是参数驱动的。例如,
msdn2.microsoft.com
10.
That command builder is then used by the data adapter to update the modified DataSet in the local database.
然后,数据适配器使用此命令生成器更新本地数据库中已修改的DataSet。
msdn2.microsoft.com
1.
You can use a Transact-SQL SELECT statement to select UDT column values to populate a dataset using a data adapter.
可以使用Transact-SQLSELECT语句来选择要使用DataAdapter填充数据集的UDT列值。
msdn2.microsoft.com
2.
Each time you add a data adapter from the Toolbox, you rerun the wizard to configure that particular data adapter.
每次从工具箱中添加数据适配器时,都要重新运行向导以配置这个特定的数据适配器。
technet.microsoft.com
3.
You can specify which applications to record in your test settings for the actions diagnostic data adapter.
您可以在测试设定中,为动作诊断资料配接器指定要记录的应用程式。
msdn.microsoft.com
4.
If you intend to use a dataset that contains multiple tables, you will probably want to add more data adapter to your form or component.
如果您尝试使用包含多个资料表的资料集,或许会希望在表单或元件中加入更多的资料配接器。
technet.microsoft.com
5.
Repeat the steps to create a data adapter without using the wizard as explained in the Add the Data Adapter to Fill the Tables List section.
按照“添加数据适配器来填写表列表”一节中所述,在不使用向导的情况下重复这些步骤来创建数据适配器。
msdn2.microsoft.com
6.
This value is used during updates; the data adapter passes the value of a specific column to the update command.
此值在更新期间使用;数据适配器将某一特定列的值传递到更新命令中。
msdn2.microsoft.com
7.
In order to send the modified data to a database, you call the Update method of a TableAdapter or data adapter.
为了向数据库发送修改的数据,您可调用TableAdapter或数据适配器的Update方法。
msdn2.microsoft.com
8.
This class is created by the OleDb data adapter when an error occurs.
此类在发生错误时由OleDb数据适配器创建。
msdn2.microsoft.com
9.
Generally speaking, if you want to create parameterized queries for the adapter, you should use the Data Adapter Configuration Wizard.
一般而言,如果想为适配器创建参数化查询,则应使用“数据适配器配置向导”。
msdn2.microsoft.com
10.
The Data Adapter Configuration Wizard provides the simplest and most flexible way to create data adapters.
“数据适配器配置向导”提供创建数据适配器的最简单和最灵活的方法。
msdn2.microsoft.com
1.
You can also execute commands yourself, independently of the data adapter.
您还可以独立于数据适配器而自己执行命令。
msdn2.microsoft.com
2.
Call the Update method of each data adapter.
调用每个数据适配器的Update方法。
msdn2.microsoft.com
3.
For details, see Parameters in Data-Adapter Commands.
有关详细信息,请参见数据适配器命令中的参数。
msdn2.microsoft.com
4.
If you are creating a new adapter, drag a data adapter object from the Toolbox onto a form or component.
如果要创建新的适配器,将数据适配器对象从工具箱拖到窗体或组件上。
technet.microsoft.com
5.
Select the new Data Adapter and click on the Properties view.
选择新的DataAdapter,并单击Properties视图。
msdn2.microsoft.com
6.
Explains how to drag a data adapter from the Toolbox, and then configure it yourself using the Properties window.
解释如何从“工具箱”拖动数据适配器,然后使用“属性”窗口自行对其进行配置。
msdn2.microsoft.com
7.
A data adapter is part of what is known as a managed provider, which is a set of classes for a specific type of data source.
数据适配器是所谓托管提供程序的一部分,托管提供程序是针对数据源的特定类型的一组类。
msdn2.microsoft.com
8.
You fill the data tables by executing TableAdapter queries or by executing data adapter (for example, SqlDataAdapter) commands.
可以通过执行TableAdapter查询或数据适配器(例如SqlDataAdapter)命令来填充数据表。
msdn2.microsoft.com
9.
To allow you to pass parameter values at run time, each of the four command objects for a data adapter supports a
为允许您在运行时传递参数值,数据适配器的四个命令对象均支持
msdn2.microsoft.com
10.
A data adapter needs an open connection to a data source to read and write data.
数据适配器需要有与数据源的打开的连接才能读写数据。
msdn2.microsoft.com
1.
Part of configuring the data adapter involves establishing table mappings between tables in the data source and the dataset.
配置数据适配器的部分操作涉及建立数据源和数据集内的表之间的表映射。
msdn2.microsoft.com
2.
To submit changes made in a DataSet back to the data source, you can use the Update method of a data adapter.
要向数据源提交对DataSet所做的更改,您可以使用数据适配器的Update方法。
msdn2.microsoft.com
3.
To update a database with a dataset using a data adapter
使用数据适配器用数据集更新数据库
msdn2.microsoft.com
4.
The following table shows the corresponding parameter collection for each data adapter
下表显示了与每个数据适配器相对应的参数集合
msdn2.microsoft.com
5.
For information about common data adapter properties, see
有关通用数据适配器属性的信息,请参见
msdn2.microsoft.com
6.
Add the Data Adapter and Connection to Fill the Database List
添加数据适配器和连接来填写数据库列表
msdn2.microsoft.com
7.
To create a database connection and data adapter
创建数据库连接和数据适配器
msdn2.microsoft.com
8.
To create a data adapter using the Data Adapter Configuration Wizard
使用“数据适配器配置向导”创建数据适配器
msdn2.microsoft.com
9.
To configure a data adapter manually
手动配置数据适配器
msdn2.microsoft.com
10.
Add the Data Adapter to Fill the Fields List
添加数据适配器来填写字段列表
msdn2.microsoft.com
1.
Add the Data Adapter to Fill the Tables List
添加数据适配器来填写表列表
msdn2.microsoft.com
2.
To create a data adapter manually
手动创建数据适配器
msdn2.microsoft.com
3.
The Design of High-Speed Data Adapter Based on FPGA
基于FPGA器件的高速数据适配器设计与实现
www.ilib.cn
4.
This code creates a data adapter based on the
此代码根据传递至它的
msdn2.microsoft.com
5.
Generally, each data adapter exchanges data between a single data-source table and a single
通常,每个数据适配器都在单个数据源表和数据集内的单个
msdn2.microsoft.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/1/14 1:10:00