BackupDeviceItem Members

Include Protected Members
Include Inherited Members

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

The BackupDeviceItem type exposes the following members.

Constructors

  Name Description
Public method BackupDeviceItem() Initializes a new instance of the BackupDeviceItem class.
Public method BackupDeviceItem(String, DeviceType)

Top

Methods

  Name Description
Public method CompareTo(Object) Verifies whether the specified object shares the same name as the referenced BackupDeviceItem object.
Public method Equals(Object) (Overrides Object.Equals(Object).)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Overrides Object.GetHashCode().)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Operators

  Name Description
Public operatorStatic member Equality(BackupDeviceItem, BackupDeviceItem) Determines whether two objects are equal by performing an equality operation on two BackupDeviceItem objects.
Public operatorStatic member GreaterThan(BackupDeviceItem, BackupDeviceItem) Determines whether one object is greater than another by performing an operation on two BackupDeviceItem objects.
Public operatorStatic member Inequality(BackupDeviceItem, BackupDeviceItem) Determines whether two objects are unequal by performing an inequality operation on two BackupDeviceItem objects.
Public operatorStatic member LessThan(BackupDeviceItem, BackupDeviceItem) Determines whether one object is less than another by performing an operation on two BackupDeviceItem objects.

Top

Properties

  Name Description
Public property DeviceType Gets the kind of device for the BackupDeviceItem object.
Public property Name Gets the name of device for the BackupDeviceItem object.

Top