Свойство Action
Gets or sets the type of backup to be performed.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.SmoExtended (в Microsoft.SqlServer.SmoExtended.dll)
Синтаксис
'Декларация
Public Property Action As BackupActionType
Get
Set
'Применение
Dim instance As Backup
Dim value As BackupActionType
value = instance.Action
instance.Action = value
public BackupActionType Action { get; set; }
public:
property BackupActionType Action {
BackupActionType get ();
void set (BackupActionType value);
}
member Action : BackupActionType with get, set
function get Action () : BackupActionType
function set Action (value : BackupActionType)
Значение свойства
Тип Microsoft.SqlServer.Management.Smo. . :: . .BackupActionType
A BackupActionType object representing the type of backup to be performed. By default the value is set to Database.
Замечания
Microsoft SQL Server can back up an entire database, that portion of a database changed after the last backup, one or more operating system files containing table or index data, or the transaction log of a database.
The value of the Action property determines applicability and interpretation of related Backup object properties.
См. также