RestoreFolderCollection Class

Definition

Represents a collection of RestoreFolder objects. This class cannot be inherited.

C#
[System.Runtime.InteropServices.Guid("2B6F1632-9B68-4f78-B56E-1E359681ABEF")]
public sealed class RestoreFolderCollection : System.Collections.IList
Inheritance
RestoreFolderCollection
Attributes
Implements

Constructors

Properties

Count

Gets the number of elements contained in the collection.

Item[Int32]

Gets or sets the RestoreFolder element at the specified index.

Methods

Add(RestoreFolder)

Adds the specified RestoreFolder to the end of the collection.

AddRange(ICollection)

Adds the set of specified elements to the end of the collection.

Clear()

Removes all items from the collection.

Contains(RestoreFolder)

Determines whether the specified RestoreFolder exists in the collection.

CopyTo(Array, Int32)

Copies the elements of the collection to an Array, starting at a particular Array index.

IndexOf(RestoreFolder)

Searches for the specified RestoreFolder and returns its zero-based index within the collection.

Insert(Int32, RestoreFolder)

Inserts the specified RestoreFolder to the collection at the specified index.

Remove(RestoreFolder)

Removes the specified RestoreFolder from this collection.

RemoveAt(Int32)

Removes the RestoreFolder at the specified index.

Explicit Interface Implementations

Applies to

Produit Versions
Analysis Services SDK for .NET latest