Método ISfcHasConnection.GetConnection
Gets the server connection to the backing storage. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Function GetConnection As ISfcConnection
'Uso
Dim instance As ISfcHasConnection
Dim returnValue As ISfcConnection
returnValue = instance.GetConnection()
ISfcConnection GetConnection()
ISfcConnection^ GetConnection()
abstract GetConnection : unit -> ISfcConnection
function GetConnection() : ISfcConnection
Valor de retorno
Tipo: Microsoft.SqlServer.Management.Common.ISfcConnection
An ISfcConnection object that contains the server connection.