Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Represents a transfer database task.
Пространство имен: Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask
Сборка: Microsoft.SqlServer.TransferDatabasesTask (в Microsoft.SqlServer.TransferDatabasesTask.dll)
Синтаксис
'Декларация
Public Interface ITransferDatabaseTask
'Применение
Dim instance As ITransferDatabaseTask
public interface ITransferDatabaseTask
public interface class ITransferDatabaseTask
type ITransferDatabaseTask = interface end
public interface ITransferDatabaseTask
Тип ITransferDatabaseTask обеспечивает доступ к следующим элементам.
Свойства
| Имя | Описание | |
|---|---|---|
![]() |
Action | Инфраструктура. Gets or sets a value from the TransferAction enumeration indicating whether the task is copying or moving databases. |
![]() |
DestinationConnection | Инфраструктура. Gets or sets the name of the connection manager for the destination database. |
![]() |
DestinationDatabaseFiles | Инфраструктура. Gets or sets the name of the database files for the destination database. |
![]() |
DestinationDatabaseName | Инфраструктура. Gets or sets the name of the database at the destination. |
![]() |
DestinationOverwrite | Инфраструктура. Gets or sets a value that indicates whether the destination database can be overwritten if it exists. |
![]() |
Method | Инфраструктура. Gets or sets a value from the TransferMethod enumeration indicating whether to use Online or Offline transfer method. |
![]() |
ReattachSourceDatabase | Инфраструктура. Gets or sets a value that indicates whether the database should be reattached or not. |
![]() |
SourceConnection | Инфраструктура. Gets or sets the name of the connection manager for the source database. |
![]() |
SourceDatabaseFiles | Инфраструктура. Gets or sets the names of the source database files to transfer. |
![]() |
SourceDatabaseName | Инфраструктура. Gets or sets the name of the source database to transfer. |
В начало
См. также
Справочник
Пространство имен Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask
.gif)