ISfcHasConnection.GetConnection 方法

获取到后备存储系统的服务器连接。不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

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

语法

声明
Private Function GetConnection As ISfcConnection
    Implements ISfcHasConnection.GetConnection
用法
Dim instance As CollectorConfigStore
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
返回 ISfcConnection。包含服务器连接的 ISfcConnection 对象。

实现

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