Condividi tramite


Classe BackupDeviceItem

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

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.SqlServer.Management.Smo..::..BackupDeviceItem

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)

Sintassi

'Dichiarazione
Public Class BackupDeviceItem _
    Implements IComparable
'Utilizzo
Dim instance As BackupDeviceItem
public class BackupDeviceItem : IComparable
public ref class BackupDeviceItem : IComparable
type BackupDeviceItem =  
    class
        interface IComparable
    end
public class BackupDeviceItem implements IComparable

Nel tipo BackupDeviceItem sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico BackupDeviceItem() () () () Initializes a new instance of the BackupDeviceItem class.
Metodo pubblico BackupDeviceItem(String, DeviceType) Initializes a new instance of the [BackupDeviceItem] class that has the specified name and kind of device.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica DeviceType Gets the kind of device for the BackupDeviceItem object.
Proprietà pubblica Name Gets the name of device for the BackupDeviceItem object.

In alto

Metodi

  Nome Descrizione
Metodo pubblico CompareTo Verifies whether the specified object shares the same name as the referenced BackupDeviceItem object.
Metodo pubblico Equals Determines whether the current object is the same as the specified object. Esegue l'override di Object. . :: . .Equals(Object).
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Gets the hash code for the object. Esegue l'override di Object. . :: . .GetHashCode() () () ().
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Operatori

  Nome Descrizione
Operatore pubblicoMembro statico Equality Determines whether two objects are equal by performing an equality operation on two BackupDeviceItem objects.
Operatore pubblicoMembro statico GreaterThan Determines whether one object is greater than another by performing an operation on two BackupDeviceItem objects.
Operatore pubblicoMembro statico Inequality Determines whether two objects are unequal by performing an inequality operation on two BackupDeviceItem objects.
Operatore pubblicoMembro statico LessThan Determines whether one object is less than another by performing an operation on two BackupDeviceItem objects.

In alto

Osservazioni

With the BackupDeviceItem object, you can do the following:

  • Access the backup device by name.

  • Verify whether two named backup devices are the same.

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.