Compartir a través de


TransferSqlServerObjectsTask.ExistingData Propiedad

Gets or sets a value from the ExistingData enumeration to determine whether data should be appended to existing data, or have the existing data replaced by being overwritten.

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Ensamblado:  Microsoft.SqlServer.TransferSqlServerObjectsTask (en Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)

Sintaxis

'Declaración
Public Property ExistingData As ExistingData 
    Get 
    Set
'Uso
Dim instance As TransferSqlServerObjectsTask 
Dim value As ExistingData 

value = instance.ExistingData

instance.ExistingData = value
public ExistingData ExistingData { get; set; }
public:
virtual property ExistingData ExistingData {
    ExistingData get () sealed;
    void set (ExistingData value) sealed;
}
abstract ExistingData : ExistingData with get, set 
override ExistingData : ExistingData with get, set
final function get ExistingData () : ExistingData 
final function set ExistingData (value : ExistingData)

Valor de la propiedad

Tipo: Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask.ExistingData
A value from the ExistingData enumeration.

Implementa

ITransferSqlServerObjectsTask.ExistingData

Comentarios

The default value is Replace.

Vea también

Referencia

TransferSqlServerObjectsTask Clase

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask