ISfcHasConnection.GetConnection 方法

Gets a connection of the ISfcConnection object. This class cannot be inherited.

命名空间:  Microsoft.SqlServer.Management.RegisteredServers
程序集:  Microsoft.SqlServer.Management.RegisteredServers(在 Microsoft.SqlServer.Management.RegisteredServers.dll 中)

语法

声明
Private Function GetConnection As ISfcConnection
    Implements ISfcHasConnection.GetConnection
用法
Dim instance As RegisteredServersStore
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
A ISfcConnection object.

实现

ISfcHasConnection. . :: . .GetConnection() () () ()

注释

仅 Microsoft .NET Framework 的 2.0 版本支持此命名空间、类或成员。