RestoreLocationCollection.Item Property

Gets the RestoreLocation at the specified index from the collection.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

C#
public RestoreLocation this[
    int index
] { get; set; }

Parameters

Property Value

Type: Microsoft.AnalysisServices.RestoreLocation
The RestoreLocation at the specified index.

Exceptions

Exception Condition
ArgumentOutOfRangeException

index is less than zero.

-or-

index is equal to or greater than Count.

See Also

Reference

RestoreLocationCollection Class

Microsoft.AnalysisServices Namespace