IDTSXMLTask.OverwriteDestination 属性

定义

获取或设置一个值,该值指示该操作是否将覆盖现有目标文件。

public:
 property bool OverwriteDestination { bool get(); void set(bool value); };
public bool OverwriteDestination { get; set; }
member this.OverwriteDestination : bool with get, set
Public Property OverwriteDestination As Boolean

属性值

如果操作覆盖现有目标文件,则为 true;否则为 false。

适用于