Propriedade do RDL RestoreStatement.Devices
Gets a list from what devices we should restore.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public ReadOnly Property Devices As IList(Of DeviceInfo)
Get
'Uso
Dim instance As RestoreStatement
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 da propriedade
Tipo: System.Collections.Generic.IList<DeviceInfo>
A list from what devices we should restore.