언어

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 문장을 포함하는 소스의 이름입니다.

적용 대상