BackupDeviceItem Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
BackupDeviceItem() |
Creates a BackupDeviceItem |
BackupDeviceItem(String, DeviceType) |
Creates a BackupDeviceItem object |
BackupDeviceItem(String, DeviceType, String) |
Creates a BackupDeviceItem object |
BackupDeviceItem()
Creates a BackupDeviceItem
public BackupDeviceItem ();
Public Sub New ()
Applies to
BackupDeviceItem(String, DeviceType)
Creates a BackupDeviceItem object
public BackupDeviceItem (string name, Microsoft.SqlServer.Management.Smo.DeviceType deviceType);
new Microsoft.SqlServer.Management.Smo.BackupDeviceItem : string * Microsoft.SqlServer.Management.Smo.DeviceType -> Microsoft.SqlServer.Management.Smo.BackupDeviceItem
Public Sub New (name As String, deviceType As DeviceType)
Parameters
- name
- String
- deviceType
- DeviceType
Applies to
BackupDeviceItem(String, DeviceType, String)
Creates a BackupDeviceItem object
public BackupDeviceItem (string name, Microsoft.SqlServer.Management.Smo.DeviceType deviceType, string credentialName);
new Microsoft.SqlServer.Management.Smo.BackupDeviceItem : string * Microsoft.SqlServer.Management.Smo.DeviceType * string -> Microsoft.SqlServer.Management.Smo.BackupDeviceItem
Public Sub New (name As String, deviceType As DeviceType, credentialName As String)
Parameters
- name
- String
- deviceType
- DeviceType
- credentialName
- String