Свойство BackupStatement.Devices

Gets or sets where backup should put data.

Пространство имен:  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 BackupStatement 
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>
The list where backup should put data.

См. также

Справочник

BackupStatement Класс

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