BackupRestoreBase.Devices 屬性
取得為備份或還原作業指定的備份裝置。
此 API 不符合 CLS 標準。
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.SmoExtended (在 Microsoft.SqlServer.SmoExtended.dll 中)
語法
'宣告
<CLSCompliantAttribute(False)> _
Public ReadOnly Property Devices As BackupDeviceList
Get
'用途
Dim instance As BackupRestoreBase
Dim value As BackupDeviceList
value = instance.Devices
[CLSCompliantAttribute(false)]
public BackupDeviceList Devices { get; }
[CLSCompliantAttribute(false)]
public:
property BackupDeviceList^ Devices {
BackupDeviceList^ get ();
}
[<CLSCompliantAttribute(false)>]
member Devices : BackupDeviceList
function get Devices () : BackupDeviceList
屬性值
型別:Microsoft.SqlServer.Management.Smo.BackupDeviceList
BackupDeviceList 物件陣列值,列出所需備份裝置的名稱。預設不會指定這個值。
範例
請參閱
參考
Microsoft.SqlServer.Management.Smo 命名空間