IDTSBulkInsertTask.DestinationConnection Property

Definition

Gets or sets the name of the destination connection object.

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

Property Value

A String that contains the name of the destination connection object.

Remarks

For more information, see BulkInsertTask.

Applies to