DataProfilingTask.OverwriteDestination Proprietà

Definizione

Ottiene o imposta un valore che indica se l'attività Profiling dati deve sovrascrivere il file di output quando il file esiste già.

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

Valore della proprietà

true se l'attività deve sovrascrivere il file di output se il file esiste già; in caso contrario, false.

Commenti

L'attività Profiling dati usa il valore di questa proprietà solo quando l'oggetto DestinationType è impostato su FileConnection. Quando l'oggetto è impostato su Variable, l'attività DestinationType sovrascrive sempre il valore precedente della variabile.

Si applica a