ASTaskBase.ValidateConnection(Connections) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
タスク接続を検証します。
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
検証する接続です。
戻り値
検証された接続です。