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 语句的源的名称。

适用于