Condividi tramite


Classe BackupSet

Represents the backup set.

Gerarchia di ereditarietà

System.Object
  Microsoft.SqlServer.Management.Smo.BackupSet

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class BackupSet
'Utilizzo
Dim instance As BackupSet
public sealed class BackupSet
public ref class BackupSet sealed
[<SealedAttribute>]
type BackupSet =  class end
public final class BackupSet

Nel tipo BackupSet sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica BackupFinishDate Gets the date and time the backup operation finished.
Proprietà pubblica BackupMediaSet Gets the backup media set.
Proprietà pubblica BackupSetGuid Gets the unique backup set identification number that identifies the backup set.
Proprietà pubblica BackupSetType Gets the backup set type whose value can be Database, Differential, Log, FileOrFilegroup.
Proprietà pubblica BackupSize Gets the size of the backup set, in bytes.
Proprietà pubblica BackupStartDate Gets the date and time when the backup operation started.
Proprietà pubblica BeginsLogChain Gets a value that indicates whether the backup set is the first in a continuous chain of log backups.
Proprietà pubblica CheckpointLsn Gets the log sequence number of the log record where redo must start.
Proprietà pubblica CompressedBackupSize Gets the total byte count of the backup stored on disk.
Proprietà pubblica DatabaseBackupLsn Gets the log sequence number of the most recent full database backup.
Proprietà pubblica DatabaseGuid Gets the unique ID of the database where the backup was taken.
Proprietà pubblica DatabaseName Gets the name of the database involved in the backup operation.
Proprietà pubblica Description Gets the description of the backup set.
Proprietà pubblica DifferentialBaseGuid Gets the unique identifier of the differential base for a single-based differential backup.
Proprietà pubblica DifferentialBaseLsn Gets the base log sequence number for differential backups.
Proprietà pubblica ExpirationDate Gets the date and time the backup set expires.
Proprietà pubblica FamilyGuid Unique ID of the original database at creation.
Proprietà pubblica FirstLsn Gets the log sequence number of the first or oldest log record in the backup set.
Proprietà pubblica FirstRecoveryForkID Gets the ID of the starting recovery fork.
Proprietà pubblica ForkPointLsn Gets the log sequence number of the fork point, if FirstRecoveryForkID is not equal to last RecoveryForkID.
Proprietà pubblica HasBulkLoggedData Gets a value that indicates whether the backup contains bulk-logged data.
Proprietà pubblica HasIncompleteMetaData Gets a value that indicates whether the backup is a tail log backup with incomplete metadata.
Proprietà pubblica IsCopyOnly Gets a value that indicates whether the backup set is copy-only.
Proprietà pubblica IsDamaged Gets a value that indicates whether damage to the database was detected when this backup was created, and the backup operation was requested to continue despite errors.
Proprietà pubblica IsForceOffline Gets a value that indicates whether the database was offline when the backup was taken.
Proprietà pubblica IsReadOnly Gets a value that indicates whether the database was read-only at the time of backup.
Proprietà pubblica IsSnapshot Gets a value that indicates whether the backup was taken using the SNAPSHOT option.
Proprietà pubblica LastLsn Gets the log sequence number of the next log record after the backup set.
Proprietà pubblica MachineName Gets the name of the computer where the backup was taken.
Proprietà pubblica Name Gets name of the backup set.
Proprietà pubblica Position Gets the backup set position used in the restore operation to locate the position of appropriate backup set in the file.
Proprietà pubblica RecoveryForkID Gets the ID of the ending recovery fork.
Proprietà pubblica ServerName Gets the name of the server where the backup was taken.
Proprietà pubblica ServerVersion Gets the Microsoft SQL Server version where the backup was taken.
Proprietà pubblica SoftwareVendorId Gets the identification number of the software vendor writing the backup media header.
Proprietà pubblica UserName Gets the name of the user who performed the backup operation.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.
Metodo pubblico Verify Verifies the backup set.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Management.Smo