Devices 属性
Gets the backup devices specified for the backup or restore operation.
此 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
A BackupDeviceList object array value that lists the names of the required backup devices. By default, the value is unspecified.