Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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 | |
|---|---|---|
![]() |
Action | Infraestructura. Gets or sets a value from the TransferAction enumeration indicating whether the task is copying or moving databases. |
![]() |
DestinationConnection | Infraestructura. Gets or sets the name of the connection manager for the destination database. |
![]() |
DestinationDatabaseFiles | Infraestructura. Gets or sets the name of the database files for the destination database. |
![]() |
DestinationDatabaseName | Infraestructura. Gets or sets the name of the database at the destination. |
![]() |
DestinationOverwrite | Infraestructura. Gets or sets a value that indicates whether the destination database can be overwritten if it exists. |
![]() |
Method | Infraestructura. Gets or sets a value from the TransferMethod enumeration indicating whether to use Online or Offline transfer method. |
![]() |
ReattachSourceDatabase | Infraestructura. Gets or sets a value that indicates whether the database should be reattached or not. |
![]() |
SourceConnection | Infraestructura. Gets or sets the name of the connection manager for the source database. |
![]() |
SourceDatabaseFiles | Infraestructura. Gets or sets the names of the source database files to transfer. |
![]() |
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
.gif)