다음을 통해 공유


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.

맨 위로 이동