BackupSet 클래스

Represents the backup set.

상속 계층

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

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
Public NotInheritable Class BackupSet
‘사용 방법
Dim instance As BackupSet
public sealed class BackupSet
public ref class BackupSet sealed
[<SealedAttribute>]
type BackupSet =  class end
public final class BackupSet

BackupSet 유형에서 다음 멤버를 표시합니다.

속성

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

맨 위로 이동

메서드

  이름 설명
공용 메서드 Equals (Object에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
공용 메서드 ToString (Object에서 상속됨)
공용 메서드 Verify Verifies the backup set.

맨 위로 이동

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.SqlServer.Management.Smo 네임스페이스