BackupDeviceItem コンストラクター

定義

オーバーロード

名前 説明
BackupDeviceItem()

BackupDeviceItem を作成します。

BackupDeviceItem(String, DeviceType)

BackupDeviceItem オブジェクトを作成します。

BackupDeviceItem(String, DeviceType, String)

BackupDeviceItem オブジェクトを作成します。

BackupDeviceItem()

BackupDeviceItem を作成します。

public BackupDeviceItem();
Public Sub New ()

適用対象

BackupDeviceItem(String, DeviceType)

BackupDeviceItem オブジェクトを作成します。

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)

パラメーター

name
String
deviceType
DeviceType

適用対象

BackupDeviceItem(String, DeviceType, String)

BackupDeviceItem オブジェクトを作成します。

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)

パラメーター

name
String
deviceType
DeviceType
credentialName
String

適用対象