다음을 통해 공유


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

속성 값

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

구현

적용 대상