Freigeben über


TransferDatabaseTask.Action Property

Gets or sets a value from the TransferAction enumeration indicating whether the Transfer Database task is copying or moving databases.

Namespace: Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask
Assembly : Microsoft.SqlServer.TransferDatabasesTask (in microsoft.sqlserver.transferdatabasestask.dll)

Syntax

'Declaration
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)

Eigenschaftswert

A value from the TransferAction enumeration that indicates a move or copy action.

Threadsicherheit

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.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

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