Свойство RestoreStatement.Devices

Gets a list from what devices we should restore.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public ReadOnly Property Devices As IList(Of DeviceInfo)
    Get
'Применение
Dim instance As RestoreStatement 
Dim value As IList(Of DeviceInfo)

value = instance.Devices
public IList<DeviceInfo> Devices { get; }
public:
property IList<DeviceInfo^>^ Devices {
    IList<DeviceInfo^>^ get ();
}
member Devices : IList<DeviceInfo>
function get Devices () : IList<DeviceInfo>

Значение свойства

Тип: System.Collections.Generic.IList<DeviceInfo>
A list from what devices we should restore.

См. также

Справочник

RestoreStatement Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom