Engine.GetOpenedConnectionAsync(ISqlObjectLocator) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
protected internal virtual System.Threading.Tasks.Task<System.Data.SqlClient.SqlConnection> GetOpenedConnectionAsync(Microsoft.SqlServer.Management.Assessment.ISqlObjectLocator target);
protected internal virtual System.Threading.Tasks.Task<System.Data.Common.DbConnection> GetOpenedConnectionAsync(Microsoft.SqlServer.Management.Assessment.ISqlObjectLocator target);
abstract member GetOpenedConnectionAsync : Microsoft.SqlServer.Management.Assessment.ISqlObjectLocator -> System.Threading.Tasks.Task<System.Data.SqlClient.SqlConnection>
override this.GetOpenedConnectionAsync : Microsoft.SqlServer.Management.Assessment.ISqlObjectLocator -> System.Threading.Tasks.Task<System.Data.SqlClient.SqlConnection>
abstract member GetOpenedConnectionAsync : Microsoft.SqlServer.Management.Assessment.ISqlObjectLocator -> System.Threading.Tasks.Task<System.Data.Common.DbConnection>
override this.GetOpenedConnectionAsync : Microsoft.SqlServer.Management.Assessment.ISqlObjectLocator -> System.Threading.Tasks.Task<System.Data.Common.DbConnection>
Protected Friend Overridable Function GetOpenedConnectionAsync (target As ISqlObjectLocator) As Task(Of SqlConnection)
Protected Friend Overridable Function GetOpenedConnectionAsync (target As ISqlObjectLocator) As Task(Of DbConnection)
パラメーター
- target
- ISqlObjectLocator