Condividi tramite


Proprietà BackupStatement.Devices

Ottiene o imposta il percorso in cui il backup deve inserire i dati.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

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

Valore proprietà

Tipo: System.Collections.Generic.IList<DeviceInfo>
Restituisce un elemento DeviceInfoCollection.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

BackupStatement Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql