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 陳述式的來源名稱。

適用於