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.

平台

开发平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

目标平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

请参阅

参考

TransferDatabaseTask Class
TransferDatabaseTask Members
Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask Namespace