다음을 통해 공유


IDTSExecuteSQL.SqlStatementSource 속성

정의

SQL 실행 태스크가 실행하는 SQL 문을 포함하는 원본의 이름을 가져오거나 설정합니다.

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

속성 값

SQL 실행 태스크가 실행하는 SQL 문을 포함하는 원본의 이름입니다.

적용 대상