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

属性值

包含连接管理器名称的字符串。

实现

适用于