IntegrationServices.ISfcHasConnection.SetConnection(ISfcConnection) 메서드

정의

도메인 루트에 대한 활성 연결을 설정합니다.

 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

매개 변수

connection
ISfcConnection

사용할 연결을 나타내는 개체입니다.

구현

적용 대상