Método ISfcHasConnection.SetConnection
Sets the active connection for the domain root. 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
Sub SetConnection ( _
connection As ISfcConnection _
)
'Uso
Dim instance As ISfcHasConnection
Dim connection As ISfcConnection
instance.SetConnection(connection)
void SetConnection(
ISfcConnection connection
)
void SetConnection(
ISfcConnection^ connection
)
abstract SetConnection :
connection:ISfcConnection -> unit
function SetConnection(
connection : ISfcConnection
)
Parâmetros
- connection
Tipo: Microsoft.SqlServer.Management.Common.ISfcConnection
An ISfcConnection object that represents the connection to use.