ISfcHasConnection.GetConnection Method
Gets the server connection to the backing storage. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Bildirim
Function GetConnection As ISfcConnection
'Kullanım
Dim instance As ISfcHasConnection
Dim returnValue As ISfcConnection
returnValue = instance.GetConnection()
ISfcConnection GetConnection()
ISfcConnection^ GetConnection()
abstract GetConnection : unit -> ISfcConnection
function GetConnection() : ISfcConnection
Return Value
Type: Microsoft.SqlServer.Management.Common.ISfcConnection
An ISfcConnection object that contains the server connection.