Partager via


Propriété BackupStatement.Devices

Gets or sets where backup should put data.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Devices As IList(Of DeviceInfo)
    Get
'Utilisation
Dim instance As BackupStatement 
Dim value As IList(Of DeviceInfo)

value = instance.Devices
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>
The list where backup should put data.

Voir aussi

Référence

BackupStatement Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom