Engine.GetOpenedConnectionCloneAsync(ISqlObjectLocator) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected internal virtual System.Threading.Tasks.Task<System.Data.SqlClient.SqlConnection> GetOpenedConnectionCloneAsync (Microsoft.SqlServer.Management.Assessment.ISqlObjectLocator target);
abstract member GetOpenedConnectionCloneAsync : Microsoft.SqlServer.Management.Assessment.ISqlObjectLocator -> System.Threading.Tasks.Task<System.Data.SqlClient.SqlConnection>
override this.GetOpenedConnectionCloneAsync : Microsoft.SqlServer.Management.Assessment.ISqlObjectLocator -> System.Threading.Tasks.Task<System.Data.SqlClient.SqlConnection>
Protected Friend Overridable Function GetOpenedConnectionCloneAsync (target As ISqlObjectLocator) As Task(Of SqlConnection)
Parameters
- target
- ISqlObjectLocator