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. |
맨 위로 이동