TransferDatabaseTask.Action Property
Gets or sets a value from the TransferAction enumeration indicating whether the Transfer Database task is copying or moving databases.
Пространство имен: Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask
Сборка: Microsoft.SqlServer.TransferDatabasesTask (in microsoft.sqlserver.transferdatabasestask.dll)
Синтаксис
'Декларация
Public Property Action As TransferAction
public TransferAction Action { get; set; }
public:
virtual property TransferAction Action {
TransferAction get () sealed;
void set (TransferAction value) sealed;
}
/** @property */
public final TransferAction get_Action ()
/** @property */
public final void set_Action (TransferAction value)
public final function get Action () : TransferAction
public final function set Action (value : TransferAction)
Значение свойства
A value from the TransferAction enumeration that indicates a move or copy action.
Синхронизация потоков
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.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
TransferDatabaseTask Class
TransferDatabaseTask Members
Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask Namespace