共用方式為


BackupDeviceItem 成員

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

BackupDeviceItem 型別公開下列成員。

建構函式

  名稱 描述
公用方法 BackupDeviceItem() () () () Initializes a new instance of the BackupDeviceItem class.
公用方法 BackupDeviceItem(String, DeviceType)

頂端

方法

  名稱 描述
公用方法 CompareTo Verifies whether the specified object shares the same name as the referenced BackupDeviceItem object.
公用方法 Equals (覆寫 Object. . :: . .Equals(Object)。)
受保護的方法 Finalize (繼承自 Object。)
公用方法 GetHashCode (覆寫 Object. . :: . .GetHashCode() () () ()。)
公用方法 GetType (繼承自 Object。)
受保護的方法 MemberwiseClone (繼承自 Object。)
公用方法 ToString (繼承自 Object。)

頂端

運算子

  名稱 描述
公用運算子靜態成員 Equality Determines whether two objects are equal by performing an equality operation on two BackupDeviceItem objects.
公用運算子靜態成員 GreaterThan Determines whether one object is greater than another by performing an operation on two BackupDeviceItem objects.
公用運算子靜態成員 Inequality Determines whether two objects are unequal by performing an inequality operation on two BackupDeviceItem objects.
公用運算子靜態成員 LessThan Determines whether one object is less than another by performing an operation on two BackupDeviceItem objects.

頂端

屬性

  名稱 描述
公用屬性 DeviceType Gets the kind of device for the BackupDeviceItem object.
公用屬性 Name Gets the name of device for the BackupDeviceItem object.

頂端