IDbMaintenanceBackupTaskInterface.BackupAction Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property Microsoft::SqlServer::Management::Smo::BackupActionType BackupAction { Microsoft::SqlServer::Management::Smo::BackupActionType get(); void set(Microsoft::SqlServer::Management::Smo::BackupActionType value); };
public Microsoft.SqlServer.Management.Smo.BackupActionType BackupAction { get; set; }
member this.BackupAction : Microsoft.SqlServer.Management.Smo.BackupActionType with get, set
Public Property BackupAction As BackupActionType