Aracılığıyla paylaş


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
ms219211.pubproperty(tr-tr,SQL.100).gif DeviceType Gets the kind of device for the BackupDeviceItem object.
ms219211.pubproperty(tr-tr,SQL.100).gif Name Gets the name of device for the BackupDeviceItem object.

Top

Public Methods

(see also Protected Methods )

  Name Description
ms219211.pubmethod(tr-tr,SQL.100).gif CompareTo Verifies whether the specified object shares the same name as the referenced BackupDeviceItem object.
ms219211.pubmethod(tr-tr,SQL.100).gif Equals Overloaded. Overridden.  
ms219211.pubmethod(tr-tr,SQL.100).gif GetHashCode Overridden.  
ms219211.pubmethod(tr-tr,SQL.100).gif GetType  (inherited from Object )
ms219211.pubmethod(tr-tr,SQL.100).gifms219211.static(tr-tr,SQL.100).gif op_Equality Determines whether two objects are equal by performing an equality operation on two BackupDeviceItem objects.
ms219211.pubmethod(tr-tr,SQL.100).gifms219211.static(tr-tr,SQL.100).gif op_GreaterThan Determines whether one object is greater than another by performing an operation on two BackupDeviceItem objects.
ms219211.pubmethod(tr-tr,SQL.100).gifms219211.static(tr-tr,SQL.100).gif op_Inequality Determines whether two objects are unequal by performing an inequality operation on two BackupDeviceItem objects.
ms219211.pubmethod(tr-tr,SQL.100).gifms219211.static(tr-tr,SQL.100).gif op_LessThan Determines whether one object is less than another by performing an operation on two BackupDeviceItem objects.
ms219211.pubmethod(tr-tr,SQL.100).gifms219211.static(tr-tr,SQL.100).gif ReferenceEquals  (inherited from Object )
ms219211.pubmethod(tr-tr,SQL.100).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
ms219211.protmethod(tr-tr,SQL.100).gif Finalize  (inherited from Object )
ms219211.protmethod(tr-tr,SQL.100).gif MemberwiseClone  (inherited from Object )

Top