BackupDeviceItem Members
The BackupDeviceItem object provides programmatic access to named SQL Server backup devices.
The following tables list the members exposed by the BackupDeviceItem type.
Public Constructors
Name | Description | |
---|---|---|
BackupDeviceItem | Overloaded. Initializes a new instance of the BackupDeviceItem class. |
Top
Public Properties
Name | Description | |
---|---|---|
DeviceType | Gets the kind of device for the BackupDeviceItem object. | |
Name | Gets the name of device for the BackupDeviceItem object. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
CompareTo | Verifies whether the specified object shares the same name as the referenced BackupDeviceItem object. | |
Equals | Overloaded. Overridden. | |
GetHashCode | Overridden. | |
GetType | (inherited from Object ) | |
op_Equality | Determines whether two objects are equal by performing an equality operation on two BackupDeviceItem objects. | |
op_GreaterThan | Determines whether one object is greater than another by performing an operation on two BackupDeviceItem objects. | |
op_Inequality | Determines whether two objects are unequal by performing an inequality operation on two BackupDeviceItem objects. | |
op_LessThan | Determines whether one object is less than another by performing an operation on two BackupDeviceItem objects. | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top
See Also