Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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.
Spazio dei nomi: Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Assembly : Microsoft.SqlServer.TransferSqlServerObjectsTask (in microsoft.sqlserver.transfersqlserverobjectstask.dll)
Sintassi
'Dichiarazione
Public Property ExistingData As ExistingData
public ExistingData ExistingData { get; set; }
public:
virtual property ExistingData ExistingData {
ExistingData get () sealed;
void set (ExistingData value) sealed;
}
/** @property */
public final ExistingData get_ExistingData ()
/** @property */
public final void set_ExistingData (ExistingData value)
public final function get ExistingData () : ExistingData
public final function set ExistingData (value : ExistingData)
Valore proprietà
A value from the ExistingData enumeration.
Osservazioni
The default value is Replace.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
TransferSqlServerObjectsTask Class
TransferSqlServerObjectsTask Members
Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask Namespace