ISfcHasConnection 接口

Provides methods that can be used to get or set a server connection. All domain root objects must implement this interface. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

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

语法

声明
Public Interface ISfcHasConnection
用法
Dim instance As ISfcHasConnection
public interface ISfcHasConnection
public interface class ISfcHasConnection
type ISfcHasConnection =  interface end
public interface ISfcHasConnection

ISfcHasConnection 类型公开以下成员。

属性

  名称 说明
公共属性 ConnectionContext Gets the connection context mode for the connection. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

页首

方法

  名称 说明
公共方法 GetConnection() () () () Gets the server connection to the backing storage. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
公共方法 GetConnection(SfcObjectQueryMode) Gets the server connection to the backing storage that supports the specified query processing mode. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
公共方法 SetConnection Sets the active connection for the domain root. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

页首