Поделиться через


BackupStatement.Devices - свойство

Получает или задает расположение данных резервной копии.

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

Синтаксис

'Декларация
Public ReadOnly Property Devices As IList(Of DeviceInfo)
    Get
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>
Возвращает объект DeviceInfoCollection.

Безопасность платформы .NET Framework

См. также

Ссылки

BackupStatement Класс

Microsoft.Data.Schema.ScriptDom.Sql - пространство имен