IntegrationServices.ISfcHasConnection.SetConnection(ISfcConnection) Method

Definition

Sets the active connection for the domain root.

 virtual void Microsoft.SqlServer.Management.Sdk.Sfc.ISfcHasConnection.SetConnection(Microsoft::SqlServer::Management::Common::ISfcConnection ^ connection) = Microsoft::SqlServer::Management::Sdk::Sfc::ISfcHasConnection::SetConnection;
void ISfcHasConnection.SetConnection (Microsoft.SqlServer.Management.Common.ISfcConnection connection);
abstract member Microsoft.SqlServer.Management.Sdk.Sfc.ISfcHasConnection.SetConnection : Microsoft.SqlServer.Management.Common.ISfcConnection -> unit
override this.Microsoft.SqlServer.Management.Sdk.Sfc.ISfcHasConnection.SetConnection : Microsoft.SqlServer.Management.Common.ISfcConnection -> unit
Sub SetConnection (connection As ISfcConnection) Implements ISfcHasConnection.SetConnection

Parameters

connection
ISfcConnection

An object that represents the connection to use.

Implements

Applies to