BackupSet.BackupSetType Property

Definition

Gets the Backup set type. Can be: Database, Differential, Log, FileOrFilegroup

public Microsoft.SqlServer.Management.Smo.BackupSetType BackupSetType { get; }
member this.BackupSetType : Microsoft.SqlServer.Management.Smo.BackupSetType
Public ReadOnly Property BackupSetType As BackupSetType

Property Value

The type of the backup set.

Applies to