IDTSBulkInsertTask.DestinationTableName 属性

定义

获取或设置目标表或视图的名称。

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

属性值

包含目标表或视图名称的字符串。

注解

有关详细信息,请参阅 BulkInsertTask

适用于