Partager via


BackupStatement.Devices, propriété

Obtient ou définit où la sauvegarde doit mettre les données.

Espace de noms :  Microsoft.Data.Schema.ScriptDom.Sql
Assembly :  Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Déclaration
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>

Valeur de propriété

Type : System.Collections.Generic.IList<DeviceInfo>
Retourne DeviceInfoCollection.

Sécurité .NET Framework

Voir aussi

Référence

BackupStatement Classe

Microsoft.Data.Schema.ScriptDom.Sql, espace de noms