Aracılığıyla paylaş


RestoreStatement.Devices Özellik

Hangi biz geri yüklemelisiniz aygıtların bir listesini alır.

Ad alanı:  Microsoft.Data.Schema.ScriptDom.Sql
Derleme:  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll içinde)

Sözdizimi

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

Özellik Değeri

Tür: System.Collections.Generic.IList<DeviceInfo>

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

RestoreStatement Sınıf

Microsoft.Data.Schema.ScriptDom.Sql Ad Alanı