BackupSetInfo.BackupType 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.
Gets or sets enum of the different backup types Possible values include: 'Database', 'TransactionLog', 'File', 'DifferentialDatabase', 'DifferentialFile', 'Partial', 'DifferentialPartial'
[Newtonsoft.Json.JsonProperty(PropertyName="backupType")]
public string BackupType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="backupType")>]
member this.BackupType : string with get, set
Public Property BackupType As String
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute