Compartir a través de


Interfaz ITransferDatabaseTask

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Represents a transfer database task.

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

Sintaxis

'Declaración
Public Interface ITransferDatabaseTask
'Uso
Dim instance As ITransferDatabaseTask
public interface ITransferDatabaseTask
public interface class ITransferDatabaseTask
type ITransferDatabaseTask =  interface end
public interface ITransferDatabaseTask

El tipo ITransferDatabaseTask expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Action Infraestructura. Gets or sets a value from the TransferAction enumeration indicating whether the task is copying or moving databases.
Propiedad pública DestinationConnection Infraestructura. Gets or sets the name of the connection manager for the destination database.
Propiedad pública DestinationDatabaseFiles Infraestructura. Gets or sets the name of the database files for the destination database.
Propiedad pública DestinationDatabaseName Infraestructura. Gets or sets the name of the database at the destination.
Propiedad pública DestinationOverwrite Infraestructura. Gets or sets a value that indicates whether the destination database can be overwritten if it exists.
Propiedad pública Method Infraestructura. Gets or sets a value from the TransferMethod enumeration indicating whether to use Online or Offline transfer method.
Propiedad pública ReattachSourceDatabase Infraestructura. Gets or sets a value that indicates whether the database should be reattached or not.
Propiedad pública SourceConnection Infraestructura. Gets or sets the name of the connection manager for the source database.
Propiedad pública SourceDatabaseFiles Infraestructura. Gets or sets the names of the source database files to transfer.
Propiedad pública SourceDatabaseName Infraestructura. Gets or sets the name of the source database to transfer.

Arriba

Vea también

Referencia

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