System.Data.OleDb 名前空間
クラス
OleDbCommand |
データ ソースに対して実行する SQL ステートメントまたはストアド プロシージャを表します。Represents an SQL statement or stored procedure to execute against a data source. |
OleDbCommandBuilder |
データベースに関連付けられた DataSet への変更を調整するための単一テーブル コマンドを自動的に生成します。Automatically generates single-table commands that are used to reconcile changes made to a DataSet with the associated database. このクラスは継承できません。This class cannot be inherited. |
OleDbConnection |
データ ソースへの開いた接続を表します。Represents an open connection to a data source. |
OleDbConnectionStringBuilder |
OleDbConnection クラスで使用される接続文字列の内容を簡単に作成および管理するための手段を提供します。Provides a simple way to create and manage the contents of connection strings used by the OleDbConnection class. |
OleDbDataAdapter |
DataSet へのデータの格納およびデータ ソースの更新に使用される、一連のデータ コマンドおよびデータベース接続を表します。Represents a set of data commands and a database connection that are used to fill the DataSet and update the data source. |
OleDbDataReader |
データ ソースからデータ行の前方向ストリームを読み取る方法を提供します。Provides a way of reading a forward-only stream of data rows from a data source. このクラスは継承できません。This class cannot be inherited. |
OleDbEnumerator |
ローカル ネットワーク内で利用できるすべての OLE DB プロバイダーを列挙する機構を提供します。Provides a mechanism for enumerating all available OLE DB providers within the local network. |
OleDbError |
データ ソースが返す警告またはエラーに関する情報を収集します。Collects information relevant to a warning or error returned by the data source. |
OleDbErrorCollection |
.NET Framework OLE DB 用データ プロバイダーが生成するすべてのエラーを収集します。Collects all errors generated by the .NET Framework Data Provider for OLE DB. このクラスは継承できません。This class cannot be inherited. |
OleDbException |
基になるプロバイダーが OLE DB データ ソースに関する警告またはエラーを返したときにスローされる例外。The exception that is thrown when the underlying provider returns a warning or error for an OLE DB data source. このクラスは継承できません。This class cannot be inherited. |
OleDbFactory |
OLEDB プロバイダーのデータ ソース クラスの実装のインスタンスを作成するためのメソッドのセットを表します。Represents a set of methods for creating instances of the OLEDB provider's implementation of the data source classes. |
OleDbInfoMessageEventArgs |
InfoMessage イベントのデータを提供します。Provides data for the InfoMessage event. このクラスは継承できません。This class cannot be inherited. |
OleDbMetaDataCollectionNames |
メタデータのコレクションを取得する GetSchema メソッドで使用するための定数のリストを提供します。Provides a list of constants for use with the GetSchema method to retrieve metadata collections. |
OleDbMetaDataColumnNames |
OleDbMetaDataCollectionNames に含まれる DataTable オブジェクトの列名に使用される静的な値を提供します。Provides static values that are used for the column names in the OleDbMetaDataCollectionNames objects contained in the DataTable. DataTable は、GetSchema メソッドによって作成されます。The DataTable is created by the GetSchema method. |
OleDbParameter |
OleDbCommand に対するパラメーターと、必要に応じてその DataSet 列へのマッピングを表します。Represents a parameter to an OleDbCommand and optionally its mapping to a DataSet column. このクラスは継承できません。This class cannot be inherited. |
OleDbParameterCollection |
OleDbCommand に関連するパラメーターと、DataSet 内の列に対するそれぞれのマッピングのコレクションを表します。Represents a collection of parameters relevant to an OleDbCommand as well as their respective mappings to columns in a DataSet. |
OleDbPermission |
.NET Framework OLE DB 用データ プロバイダーで、OLE DB データ ソースへのアクセスに関するセキュリティ レベルをユーザーに適切に割り当てることができるようにします。Enables the .NET Framework Data Provider for OLE DB to help make sure that a user has a security level sufficient to access an OLE DB data source. |
OleDbPermissionAttribute |
セキュリティ アクションをカスタム セキュリティ属性に関連付けます。Associates a security action with a custom security attribute. |
OleDbRowUpdatedEventArgs |
RowUpdated イベントのデータを提供します。Provides data for the RowUpdated event. |
OleDbRowUpdatingEventArgs |
RowUpdating イベントのデータを提供します。Provides data for the RowUpdating event. |
OleDbSchemaGuid |
GetOleDbSchemaTable(Guid, Object[]) メソッドによって指定されたスキーマ テーブルの種類を返します。Returns the type of schema table specified by the GetOleDbSchemaTable(Guid, Object[]) method. |
OleDbTransaction |
データ ソースで実行される SQL トランザクションを表します。Represents an SQL transaction to be made at a data source. このクラスは継承できません。This class cannot be inherited. |
列挙型
OleDbLiteral |
テキスト コマンド、データ値、およびデータベース オブジェクトで使用されるリテラルの情報を返します。Returns information about literals used in text commands, data values, and database objects. |
OleDbType |
OleDbParameter に使用する、フィールドまたはプロパティのデータ型を指定します。Specifies the data type of a field, a property, for use in an OleDbParameter. |
代理人
OleDbInfoMessageEventHandler |
OleDbConnection の InfoMessage イベントを処理するメソッドを表します。Represents the method that will handle the InfoMessage event of an OleDbConnection. |
OleDbRowUpdatedEventHandler |
OleDbDataAdapter の RowUpdated イベントを処理するメソッドを表します。Represents the method that will handle the RowUpdated event of an OleDbDataAdapter. |
OleDbRowUpdatingEventHandler |
OleDbDataAdapter の RowUpdating イベントを処理するメソッドを表します。Represents the method that will handle the RowUpdating event of an OleDbDataAdapter. |
注釈
The.NET Framework Data Provider OLE DB では、マネージ領域の OLE DB データソースへのアクセスに使用されるクラスのコレクションについて説明します。The.NET Framework Data Provider for OLE DB describes a collection of classes used to access an OLE DB data source in the managed space. を使用すると OleDbDataAdapter 、 DataSet データソースのクエリと更新に使用できるメモリ常駐型に入力できます。Using the OleDbDataAdapter, you can fill a memory-resident DataSet that you can use to query and update the data source.
この名前空間の使用方法の詳細については、「」、「」、「」、および「」を参照してください OleDbDataAdapter OleDbDataReader OleDbCommand OleDbConnection 。For information about how to use this namespace, see the OleDbDataAdapter, OleDbDataReader, OleDbCommand, and OleDbConnection classes.