XEStore.ISfcHasConnection.GetConnection 方法

Gets the current connection for a query.

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

语法

声明
Private Function GetConnection As ISfcConnection 
    Implements ISfcHasConnection.GetConnection
用法
Dim instance As XEStore 
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
Returns a connection that supports a single serial query, therefore, the query must end before another query can begin.

实现

ISfcHasConnection.GetConnection()

请参阅

参考

XEStore 类

GetConnection 重载

Microsoft.SqlServer.Management.XEvent 命名空间