Click or drag to resize

ScheduleMSSqlBackupRequest Class

The request parameters for scheduling MS SQL Backup Job execution.
Inheritance Hierarchy

Namespace:  SOS.SDK.Contracts.DataContracts.Jobs.Backup.Scheduling
Assembly:  SOS.SDK (in SOS.SDK.dll) Version: 7.6.1.5742
Syntax
C#
public class ScheduleMSSqlBackupRequest : ScheduleFullAndIncrementalBackupRequest

The ScheduleMSSqlBackupRequest type exposes the following members.

Constructors
  NameDescription
Public methodScheduleMSSqlBackupRequest
Initializes a new instance of the ScheduleMSSqlBackupRequest class
Top
Properties
  NameDescription
Public propertyAccountName
Name of the Backup Account.
(Inherited from ScheduleWithAccountNameRequest.)
Public propertyBackupScheduleLogonInfo
Logon information for Backup scheduling.
(Inherited from ScheduleBackupRequest.)
Public propertyFullTaskTime
Description of the scheduling trigger for the Full Backup task.
(Inherited from ScheduleFullAndIncrementalBackupRequest.)
Public propertyIdentity
Identity IdentityContract object with valid SDK Token.
(Inherited from AuthorizedRequest.)
Public propertyIncrementalTaskTime
Description of the scheduling trigger for the Incremental Backup task.
(Inherited from ScheduleFullAndIncrementalBackupRequest.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetIdentity
Get associated IdentityContract instance.
(Inherited from AuthorizedRequest.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also