ASTaskBase.ValidateConnection(Connections) 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.
Validates the task connection.
protected:
virtual Microsoft::SqlServer::Dts::Runtime::ConnectionManager ^ ValidateConnection(Microsoft::SqlServer::Dts::Runtime::Connections ^ connections);
protected virtual Microsoft.SqlServer.Dts.Runtime.ConnectionManager ValidateConnection (Microsoft.SqlServer.Dts.Runtime.Connections connections);
abstract member ValidateConnection : Microsoft.SqlServer.Dts.Runtime.Connections -> Microsoft.SqlServer.Dts.Runtime.ConnectionManager
override this.ValidateConnection : Microsoft.SqlServer.Dts.Runtime.Connections -> Microsoft.SqlServer.Dts.Runtime.ConnectionManager
Protected Overridable Function ValidateConnection (connections As Connections) As ConnectionManager
Parameters
- connections
- Connections
The connection to be validated.
Returns
The validated connection.