TransferStoredProceduresTask.SourceConnection 属性     
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个字符串,其中包含源/目标数据库的 SMO 连接管理器的名称。
public:
 property System::String ^ SourceConnection { System::String ^ get(); void set(System::String ^ value); };
	public string SourceConnection { get; set; }
	member this.SourceConnection : string with get, set
	Public Property SourceConnection As String
	属性值
包含 SMO 连接管理器的连接字符串的字符串。