ASTaskBase.ValidateConnection(Connections) Метод

Определение

Подтверждает связь задачи.

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

Параметры

connections
Connections

Связь должна быть подтверждена.

Возвращаемое значение

Подтвержденная связь.

Применяется к