Membros BackupDeviceItem
The BackupDeviceItem object provides programmatic access to named SQL Server backup devices.
O tipo BackupDeviceItem expõe os seguintes membros.
Construtores
Nome | Descrição | |
---|---|---|
BackupDeviceItem() () () () | Initializes a new instance of the BackupDeviceItem class. | |
BackupDeviceItem(String, DeviceType) |
Início
Métodos
Nome | Descrição | |
---|---|---|
CompareTo | Verifies whether the specified object shares the same name as the referenced BackupDeviceItem object. | |
Equals | (Substitui Object. . :: . .Equals(Object).) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Substitui Object. . :: . .GetHashCode() () () ().) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Operadores
Nome | Descrição | |
---|---|---|
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. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
DeviceType | Gets the kind of device for the BackupDeviceItem object. | |
Name | Gets the name of device for the BackupDeviceItem object. |
Início