Partager via


Constructeur BackupDeviceItem (String, DeviceType)

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    name As String, _
    deviceType As DeviceType _
)
'Utilisation
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
)

Paramètres