ISfcHasConnection.GetConnection 方法

标识为仅供参考。不提供支持。不保证以后的兼容性。获取与 Sfc 后备存储区的连接。

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

语法

声明
Private Function GetConnection As ISfcConnection
    Implements ISfcHasConnection.GetConnection
用法
Dim instance As Server
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 对象,该对象表示与后备存储区的连接。

实现

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