次の方法で共有


TransactionHandlerResolver コンストラクター

定義

TransactionHandlerResolver の新しいインスタンスを初期化します

public TransactionHandlerResolver(Func<System.Data.Entity.Infrastructure.TransactionHandler> transactionHandlerFactory, string providerInvariantName, string serverName);
new System.Data.Entity.Infrastructure.DependencyResolution.TransactionHandlerResolver : Func<System.Data.Entity.Infrastructure.TransactionHandler> * string * string -> System.Data.Entity.Infrastructure.DependencyResolution.TransactionHandlerResolver
Public Sub New (transactionHandlerFactory As Func(Of TransactionHandler), providerInvariantName As String, serverName As String)

パラメーター

transactionHandlerFactory
Func<TransactionHandler>

トランザクション ハンドラーの新しいインスタンスを返す関数。

providerInvariantName
String

トランザクション ハンドラーが使用される接続の種類を示す ADO.NET プロバイダーの不変名 ADO.NET。 null は何でも一致します。

serverName
String

接続文字列内のサーバー名と照合される文字列。 null は何でも一致します。

適用対象