Aracılığıyla paylaş


BackupDeviceItem Class

The BackupDeviceItem object provides programmatic access to named SQL Server backup devices.

Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in microsoft.sqlserver.smoextended.dll)

Syntax

'Bildirim
Public Class BackupDeviceItem
    Implements IComparable
public class BackupDeviceItem : IComparable
public ref class BackupDeviceItem : IComparable
public class BackupDeviceItem implements IComparable
public class BackupDeviceItem implements IComparable

Remarks

With the BackupDeviceItem object, you can do the following:

  • Access the backup device by name.

  • Verify whether two named backup devices are the same.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.Smo.BackupDeviceItem

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.