Engine.GetOpenedConnectionAsync(ISqlObjectLocator) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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)
Parametri
- target
- ISqlObjectLocator