Share via


BackupSet.BackupSetType Property

Gets the backup set type whose value can be Database, Differential, Log, FileOrFilegroup.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public ReadOnly Property BackupSetType As BackupSetType 
    Get
'Usage
Dim instance As BackupSet 
Dim value As BackupSetType 

value = instance.BackupSetType
public BackupSetType BackupSetType { get; }
public:
property BackupSetType BackupSetType {
    BackupSetType get ();
}
member BackupSetType : BackupSetType
function get BackupSetType () : BackupSetType

Property Value

Type: Microsoft.SqlServer.Management.Smo.BackupSetType
The type of the backup set.

See Also

Reference

BackupSet Class

Microsoft.SqlServer.Management.Smo Namespace