Compartir a través de


BackupStatement.Devices Propiedad

Gets or sets where backup should put data.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public ReadOnly Property Devices As IList(Of DeviceInfo)
    Get
'Uso
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>

Valor de la propiedad

Tipo: System.Collections.Generic.IList<DeviceInfo>
The list where backup should put data.

Vea también

Referencia

BackupStatement Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom