언어

ExecuteSQLTask.Connection 속성

정의

실행 SQL 작업이 실행되는 관계형 데이터베이스 관리 시스템(RDBMS)에 연결하는 연결 관리자의 이름을 받거나 설정합니다.

public:
 property System::String ^ Connection { System::String ^ get(); void set(System::String ^ value); };
public string Connection { get; set; }
member this.Connection : string with get, set
Public Property Connection As String

속성 값

연결 관리자 이름을 포함하는 문자열입니다.

구현

적용 대상