OdbcFactory クラス

定義

ODBC プロバイダーのデータ ソース クラスの実装のインスタンスを作成するためのメソッドのセットを表します。

public ref class OdbcFactory sealed : System::Data::Common::DbProviderFactory
public sealed class OdbcFactory : System.Data.Common.DbProviderFactory
type OdbcFactory = class
    inherit DbProviderFactory
Public NotInheritable Class OdbcFactory
Inherits DbProviderFactory
継承

フィールド

Instance

厳密に型指定されたデータ オブジェクトの取得に使用できる、OdbcFactory のインスタンスを取得します。

プロパティ

CanCreateBatch

この DbProviderFactory インスタンスが DbBatch クラスをサポートしているかどうかを示す値を取得します。

(継承元 DbProviderFactory)
CanCreateCommandBuilder

この DbProviderFactory インスタンスが DbCommandBuilder クラスをサポートしているかどうかを示す値を取得します。

(継承元 DbProviderFactory)
CanCreateDataAdapter

この DbProviderFactory インスタンスが DbDataAdapter クラスをサポートしているかどうかを示す値を取得します。

(継承元 DbProviderFactory)
CanCreateDataSourceEnumerator

この DbProviderFactory インスタンスが DbDataSourceEnumerator クラスをサポートしているかどうかを示す値を取得します。

(継承元 DbProviderFactory)

メソッド

CreateBatch()

DbBatch クラスを実装するプロバイダーのクラスの新しいインスタンスを返します。

(継承元 DbProviderFactory)
CreateBatchCommand()

DbBatchCommand クラスを実装するプロバイダーのクラスの新しいインスタンスを返します。

(継承元 DbProviderFactory)
CreateCommand()

厳密に型指定された DbCommand インスタンスを返します。

CreateCommandBuilder()

厳密に型指定された DbCommandBuilder インスタンスを返します。

CreateConnection()

厳密に型指定された DbConnection インスタンスを返します。

CreateConnectionStringBuilder()

厳密に型指定された DbConnectionStringBuilder インスタンスを返します。

CreateDataAdapter()

厳密に型指定された DbDataAdapter インスタンスを返します。

CreateDataSource(String)

クラスを実装DbDataSourceするプロバイダーのクラスの新しいインスタンスを返します。これは、指定された接続文字列のデータベースを表し、接続を渡す準備ができています。

(継承元 DbProviderFactory)
CreateDataSourceEnumerator()

DbDataSourceEnumerator クラスを実装するプロバイダーのクラスの新しいインスタンスを返します。

(継承元 DbProviderFactory)
CreateParameter()

厳密に型指定された DbParameter インスタンスを返します。

CreatePermission(PermissionState)

厳密に型指定された CodeAccessPermission インスタンスを返します。

CreatePermission(PermissionState)

CodeAccessPermission クラスのプロバイダーのバージョンを実装するプロバイダーのクラスの新しいインスタンスを返します。

(継承元 DbProviderFactory)
Equals(Object)

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象