IntegrationServices.ISfcHasConnection.SetConnection(ISfcConnection) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.