IDTSSetConnectionManager Interface
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Defines a method for setting a connection manager.
Namespace: Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
Assembly: Microsoft.SqlServer.SQLTask (in Microsoft.SqlServer.SQLTask.dll)
Syntax
'Declaration
Public Interface IDTSSetConnectionManager
'Usage
Dim instance As IDTSSetConnectionManager
public interface IDTSSetConnectionManager
public interface class IDTSSetConnectionManager
type IDTSSetConnectionManager = interface end
public interface IDTSSetConnectionManager
The IDTSSetConnectionManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
SetConnectionManager | Infrastructure. Sets the specified connection manager. |
Top