BackupDeviceItem 생성자 (String, DeviceType)

Initializes a new instance of the [BackupDeviceItem] class that has the specified name and kind of device.

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

구문

‘선언
Public Sub New ( _
    name As String, _
    deviceType As DeviceType _
)
‘사용 방법
Dim name As String 
Dim deviceType As DeviceType 

Dim instance As New BackupDeviceItem(name, deviceType)
public BackupDeviceItem(
    string name,
    DeviceType deviceType
)
public:
BackupDeviceItem(
    String^ name, 
    DeviceType deviceType
)
new : 
        name:string * 
        deviceType:DeviceType -> BackupDeviceItem
public function BackupDeviceItem(
    name : String, 
    deviceType : DeviceType
)

매개 변수

데이터베이스 및 트랜잭션 로그 백업 및 복원

참고 항목

참조

BackupDeviceItem 클래스

BackupDeviceItem 오버로드

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

관련 자료

BACKUP(Transact-SQL)