Udostępnij przez


BackupDeviceList Members

The BackupDeviceList object provides programmatic access to a list backup devices.

The following tables list the members exposed by the BackupDeviceList type.

Public Constructors

  Name Description
BackupDeviceList Overloaded. Initializes a new instance of the BackupDeviceList class.

Top

Public Properties

  Name Description
ms219161.pubproperty(pl-pl,SQL.100).gif Capacity  (inherited from List )
ms219161.pubproperty(pl-pl,SQL.100).gif Count  (inherited from List )
ms219161.pubproperty(pl-pl,SQL.100).gif Item  (inherited from List )

Top

Public Methods

(see also Protected Methods )

  Name Description
ms219161.pubmethod(pl-pl,SQL.100).gif Add  (inherited from List )
ms219161.pubmethod(pl-pl,SQL.100).gif AddDevice Adds device type with the specified name to the list.This method is not CLS-compliant.
ms219161.pubmethod(pl-pl,SQL.100).gif AddRange  (inherited from List )
ms219161.pubmethod(pl-pl,SQL.100).gif AsReadOnly  (inherited from List )
ms219161.pubmethod(pl-pl,SQL.100).gif BinarySearch  Overloaded. (inherited from List )
ms219161.pubmethod(pl-pl,SQL.100).gif Clear  (inherited from List )
ms219161.pubmethod(pl-pl,SQL.100).gif Contains  (inherited from List )
ms219161.pubmethod(pl-pl,SQL.100).gif ConvertAll  (inherited from List )
ms219161.pubmethod(pl-pl,SQL.100).gif CopyTo  Overloaded. (inherited from List )
ms219161.pubmethod(pl-pl,SQL.100).gif Equals  Overloaded. (inherited from Object )
ms219161.pubmethod(pl-pl,SQL.100).gif Exists  (inherited from List )
ms219161.pubmethod(pl-pl,SQL.100).gif Find  (inherited from List )
ms219161.pubmethod(pl-pl,SQL.100).gif FindAll  (inherited from List )
ms219161.pubmethod(pl-pl,SQL.100).gif FindIndex  Overloaded. (inherited from List )
ms219161.pubmethod(pl-pl,SQL.100).gif FindLast  (inherited from List )
ms219161.pubmethod(pl-pl,SQL.100).gif FindLastIndex  Overloaded. (inherited from List )
ms219161.pubmethod(pl-pl,SQL.100).gif ForEach  (inherited from List )
ms219161.pubmethod(pl-pl,SQL.100).gif GetEnumerator  (inherited from List )
ms219161.pubmethod(pl-pl,SQL.100).gif GetHashCode  (inherited from Object )
ms219161.pubmethod(pl-pl,SQL.100).gif GetRange  (inherited from List )
ms219161.pubmethod(pl-pl,SQL.100).gif GetType  (inherited from Object )
ms219161.pubmethod(pl-pl,SQL.100).gif IndexOf  Overloaded. (inherited from List )
ms219161.pubmethod(pl-pl,SQL.100).gif Insert  (inherited from List )
ms219161.pubmethod(pl-pl,SQL.100).gif InsertRange  (inherited from List )
ms219161.pubmethod(pl-pl,SQL.100).gif LastIndexOf  Overloaded. (inherited from List )
ms219161.pubmethod(pl-pl,SQL.100).gifms219161.static(pl-pl,SQL.100).gif ReferenceEquals  (inherited from Object )
ms219161.pubmethod(pl-pl,SQL.100).gif Remove  (inherited from List )
ms219161.pubmethod(pl-pl,SQL.100).gif RemoveAll  (inherited from List )
ms219161.pubmethod(pl-pl,SQL.100).gif RemoveAt  (inherited from List )
ms219161.pubmethod(pl-pl,SQL.100).gif RemoveRange  (inherited from List )
ms219161.pubmethod(pl-pl,SQL.100).gif Reverse  Overloaded. (inherited from List )
ms219161.pubmethod(pl-pl,SQL.100).gif Sort  Overloaded. (inherited from List )
ms219161.pubmethod(pl-pl,SQL.100).gif ToArray  (inherited from List )
ms219161.pubmethod(pl-pl,SQL.100).gif ToString  (inherited from Object )
ms219161.pubmethod(pl-pl,SQL.100).gif TrimExcess  (inherited from List )
ms219161.pubmethod(pl-pl,SQL.100).gif TrueForAll  (inherited from List )

Top

Protected Methods

  Name Description
ms219161.protmethod(pl-pl,SQL.100).gif Finalize  (inherited from Object )
ms219161.protmethod(pl-pl,SQL.100).gif MemberwiseClone  (inherited from Object )

Top

Explicit Interface Implementations

  Name Description
System.Collections.Generic.IEnumerable.GetEnumerator  (inherited from List )
System.Collections.ICollection.CopyTo  (inherited from List )
System.Collections.IEnumerable.GetEnumerator  (inherited from List )
System.Collections.IList.Add  (inherited from List )
System.Collections.IList.Contains  (inherited from List )
System.Collections.IList.IndexOf  (inherited from List )
System.Collections.IList.Insert  (inherited from List )
System.Collections.IList.Remove  (inherited from List )
System.Collections.Generic.ICollection.IsReadOnly  (inherited from List )
System.Collections.ICollection.IsSynchronized  (inherited from List )
System.Collections.ICollection.SyncRoot  (inherited from List )
System.Collections.IList.IsFixedSize  (inherited from List )
System.Collections.IList.IsReadOnly  (inherited from List )
System.Collections.IList.Item  (inherited from List )

Top