BackupDeviceItem Constructor (String, DeviceType)
Initializes a new instance of the [BackupDeviceItem] class that has the specified name and kind of device.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
Syntax
'Declaration
Public Sub New ( _
name As String, _
deviceType As DeviceType _
)
'Usage
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
)
Parameters
- name
Type: System.String
A String value that specifies the name of the backup device item.
- deviceType
Type: Microsoft.SqlServer.Management.Smo.DeviceType
A [BackupDeviceType] object value that specifies the kind of backup device.
Examples
Backing Up and Restoring Databases and Transaction Logs
See Also
Reference
Microsoft.SqlServer.Management.Smo Namespace