BackupStatement.Devices Property

 

Applies To: SQL Server 2016 Preview

Gets or sets where backup should put data.

Namespace:   Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

public IList<DeviceInfo> Devices { get; }
public:
property IList<DeviceInfo^>^ Devices {
    IList<DeviceInfo^>^ get();
}
member Devices : IList<DeviceInfo> with get
Public ReadOnly Property Devices As IList(Of DeviceInfo)

Property Value

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

The list where backup should put data.

See Also

BackupStatement Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top