IDTSBulkInsertTask.SourceConnection 属性

定义

获取或设置源连接对象的名称。

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

属性值

一个字符串,其中包含源连接对象的名称。

注解

有关详细信息,请参阅 BulkInsertTask

适用于