Sdílet prostřednictvím


RestoreStatement.Devices – vlastnost

Získá seznam zařízení, ze kterých jsme měli obnovit.

Obor názvů:  Microsoft.Data.Schema.ScriptDom.Sql
Sestavení:  Microsoft.Data.Schema.ScriptDom.Sql (v Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Deklarace
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>

Hodnota vlastnosti

Typ: System.Collections.Generic.IList<DeviceInfo>

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

RestoreStatement Třída

Microsoft.Data.Schema.ScriptDom.Sql – obor názvů