共用方式為


ISfcHasConnection.GetConnection 方法

Gets the server connection to the backing storage. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。

命名空間:  Microsoft.SqlServer.Management.Sdk.Sfc
組件:  Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

語法

'宣告
Function GetConnection As ISfcConnection
'用途
Dim instance As ISfcHasConnection 
Dim returnValue As ISfcConnection 

returnValue = instance.GetConnection()
ISfcConnection GetConnection()
ISfcConnection^ GetConnection()
abstract GetConnection : unit -> ISfcConnection
function GetConnection() : ISfcConnection

傳回值

型別:Microsoft.SqlServer.Management.Common.ISfcConnection
An ISfcConnection object that contains the server connection.

請參閱

參考

ISfcHasConnection 介面

GetConnection 多載

Microsoft.SqlServer.Management.Sdk.Sfc 命名空間