RegisteredServersStore.ISfcHasConnection.SetConnection メソッド
接続を設定します。 このクラスは継承できません。
名前空間: Microsoft.SqlServer.Management.RegisteredServers
アセンブリ: Microsoft.SqlServer.Management.RegisteredServers (Microsoft.SqlServer.Management.RegisteredServers.dll)
構文
'宣言
Private Sub SetConnection ( _
connection As ISfcConnection _
) Implements ISfcHasConnection.SetConnection
'使用
Dim instance As RegisteredServersStore
Dim connection As ISfcConnection
CType(instance, ISfcHasConnection).SetConnection(connection)
void ISfcHasConnection.SetConnection(
ISfcConnection connection
)
private:
virtual void SetConnection(
ISfcConnection^ connection
) sealed = ISfcHasConnection::SetConnection
private abstract SetConnection :
connection:ISfcConnection -> unit
private override SetConnection :
connection:ISfcConnection -> unit
JScript は明示的なインターフェイス実装の使用をサポートしていますが、新規の宣言はサポートしていません。
パラメーター
- connection
型: Microsoft.SqlServer.Management.Common.ISfcConnection
ISfcConnection オブジェクトです。
実装
ISfcHasConnection.SetConnection(ISfcConnection)
説明
この名前空間、クラス、またはメンバーは、Microsoft .NET Framework Version 2.0 でのみサポートされています。