语言

ExecuteSQLTask.Connection 属性

定义

获取或设置连接关系数据库管理系统(RDBMS)的连接管理器名称,执行SQL任务在该系统中运行。

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

属性值

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

实现

适用于