Свойство DataProfilingTask.OverwriteDestination

Gets or sets a value that indicates whether the Data Profiling task should overwrite the output file if the file already exists.

Пространство имен:  Microsoft.SqlServer.Dts.Tasks.DataProfilingTask
Сборка:  Microsoft.SqlServer.DataProfilingTask (в Microsoft.SqlServer.DataProfilingTask.dll)

Синтаксис

'Декларация
Public Property OverwriteDestination As Boolean 
    Get 
    Set
'Применение
Dim instance As DataProfilingTask 
Dim value As Boolean 

value = instance.OverwriteDestination

instance.OverwriteDestination = value
public bool OverwriteDestination { get; set; }
public:
property bool OverwriteDestination {
    bool get ();
    void set (bool value);
}
member OverwriteDestination : bool with get, set
function get OverwriteDestination () : boolean 
function set OverwriteDestination (value : boolean)

Значение свойства

Тип: System.Boolean
true if the task should overwrite the output file if the file already exists; otherwise, false.

Замечания

The Data Profiling task uses the value of this property only when the DestinationType is set to FileConnection. When the DestinationType is set to Variable, the task always overwrites the previous value of the variable.

См. также

Справочник

DataProfilingTask Класс

Пространство имен Microsoft.SqlServer.Dts.Tasks.DataProfilingTask