The Action property specifies a restore operation target or type.
object.Action [= value]
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
value | Long integer specifying a restore operation as described in Settings |
Constant | Value | Description |
---|---|---|
SQLDMORestore_Database | 0 | Restore the database |
SQLDMORestore_Files | 1 | Restore only files indicated |
SQLDMORestore_Log | 2 | Restore records to the database transaction log |
Microsoft® SQL Server™ can restore a database, one or more operating system files containing table or index data, or part or all of the transaction log of a database.
Long, enumerated
Read/write
HRESULT GetAction(SQLDMO_RESTORE_TYPE* pRetVal);
HRESULT SetAction(SQLDMO_RESTORE_TYPE NewValue);