BackupDevices 속성
BackupDevice 개체의 컬렉션을 나타냅니다. 각 BackupDevice 개체는 SQL Server 인스턴스에 정의된 백업 장치를 나타냅니다.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
<SfcObjectAttribute(SfcContainerRelationship.ObjectContainer, SfcContainerCardinality.ZeroToAny, _
GetType(BackupDevice))> _
Public ReadOnly Property BackupDevices As BackupDeviceCollection
Get
‘사용 방법
Dim instance As Server
Dim value As BackupDeviceCollection
value = instance.BackupDevices
[SfcObjectAttribute(SfcContainerRelationship.ObjectContainer, SfcContainerCardinality.ZeroToAny,
typeof(BackupDevice))]
public BackupDeviceCollection BackupDevices { get; }
[SfcObjectAttribute(SfcContainerRelationship::ObjectContainer, SfcContainerCardinality::ZeroToAny,
typeof(BackupDevice))]
public:
property BackupDeviceCollection^ BackupDevices {
BackupDeviceCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ObjectContainer, SfcContainerCardinality.ZeroToAny,
typeof(BackupDevice))>]
member BackupDevices : BackupDeviceCollection
function get BackupDevices () : BackupDeviceCollection
속성 값
유형: Microsoft.SqlServer.Management.Smo. . :: . .BackupDeviceCollection
SQL Server 인스턴스에 정의된 모든 백업 장치를 나타내는 BackupDeviceCollection 개체입니다.
주의
A tape drive or disk drive that is used in a backup or restore operation is referred to as a backup device. When you create backups, you must select a backup device to write the data on. For more information, see 백업 장치.