BackupDeviceItem Konstruktoren

Definition

Überlädt

Name Beschreibung
BackupDeviceItem()

Erstellt ein BackupDeviceItem

BackupDeviceItem(String, DeviceType)

Erstellt ein BackupDeviceItem-Objekt

BackupDeviceItem(String, DeviceType, String)

Erstellt ein BackupDeviceItem-Objekt

BackupDeviceItem()

Erstellt ein BackupDeviceItem

public BackupDeviceItem();
Public Sub New ()

Gilt für:

BackupDeviceItem(String, DeviceType)

Erstellt ein BackupDeviceItem-Objekt

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)

Parameter

name
String
deviceType
DeviceType

Gilt für:

BackupDeviceItem(String, DeviceType, String)

Erstellt ein BackupDeviceItem-Objekt

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)

Parameter

name
String
deviceType
DeviceType
credentialName
String

Gilt für: