Share via


IntegrationServices.ISfcHasConnection.GetConnection メソッド

バックアップ用ストレージへのサーバー接続を取得します。

名前空間:  Microsoft.SqlServer.Management.IntegrationServices
アセンブリ:  Microsoft.SqlServer.Management.IntegrationServices (Microsoft.SqlServer.Management.IntegrationServices.dll)

構文

'宣言
Private Function GetConnection As ISfcConnection 
    Implements ISfcHasConnection.GetConnection
'使用
Dim instance As IntegrationServices 
Dim returnValue As ISfcConnection 

returnValue = CType(instance, ISfcHasConnection).GetConnection()
ISfcConnection ISfcHasConnection.GetConnection()
private:
virtual ISfcConnection^ GetConnection() sealed = ISfcHasConnection::GetConnection
private abstract GetConnection : unit -> ISfcConnection  
private override GetConnection : unit -> ISfcConnection
JScript は明示的なインターフェイス実装の使用をサポートしていますが、新規の宣言はサポートしていません。

戻り値

型: Microsoft.SqlServer.Management.Common.ISfcConnection
サーバー接続を保持するオブジェクト。

実装

ISfcHasConnection.GetConnection()

関連項目

参照

IntegrationServices クラス

GetConnection オーバーロード

Microsoft.SqlServer.Management.IntegrationServices 名前空間