IDTSBulkInsertTask.DestinationConnection 属性

定义

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

public:
 property System::String ^ DestinationConnection { System::String ^ get(); void set(System::String ^ value); };
public string DestinationConnection { get; set; }
member this.DestinationConnection : string with get, set
Public Property DestinationConnection As String

属性值

一个包含目标连接对象名称的字符串。

注解

有关详细信息,请参阅 BulkInsertTask

适用于