Condividi tramite


Interfaccia ITransferDatabaseTask

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Represents a transfer database task.

Spazio dei nomi  Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask
Assembly:  Microsoft.SqlServer.TransferDatabasesTask (in Microsoft.SqlServer.TransferDatabasesTask.dll)

Sintassi

'Dichiarazione
Public Interface ITransferDatabaseTask
'Utilizzo
Dim instance As ITransferDatabaseTask
public interface ITransferDatabaseTask
public interface class ITransferDatabaseTask
type ITransferDatabaseTask =  interface end
public interface ITransferDatabaseTask

Nel tipo ITransferDatabaseTask sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Action Infrastruttura. Gets or sets a value from the TransferAction enumeration indicating whether the task is copying or moving databases.
Proprietà pubblica DestinationConnection Infrastruttura. Gets or sets the name of the connection manager for the destination database.
Proprietà pubblica DestinationDatabaseFiles Infrastruttura. Gets or sets the name of the database files for the destination database.
Proprietà pubblica DestinationDatabaseName Infrastruttura. Gets or sets the name of the database at the destination.
Proprietà pubblica DestinationOverwrite Infrastruttura. Gets or sets a value that indicates whether the destination database can be overwritten if it exists.
Proprietà pubblica Method Infrastruttura. Gets or sets a value from the TransferMethod enumeration indicating whether to use Online or Offline transfer method.
Proprietà pubblica ReattachSourceDatabase Infrastruttura. Gets or sets a value that indicates whether the database should be reattached or not.
Proprietà pubblica SourceConnection Infrastruttura. Gets or sets the name of the connection manager for the source database.
Proprietà pubblica SourceDatabaseFiles Infrastruttura. Gets or sets the names of the source database files to transfer.
Proprietà pubblica SourceDatabaseName Infrastruttura. Gets or sets the name of the source database to transfer.

In alto

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask