RestoreLocationCollection.Add Method (RestoreLocation)

 

Applies To: SQL Server (starting with 2016)

Adds a RestoreLocation to the end of the collection.

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

Syntax

public int Add(
    RestoreLocation item
)
public:
int Add(
    RestoreLocation^ item
)
member Add : 
        item:RestoreLocation -> int
Public Function Add (
    item As RestoreLocation
) As Integer

Parameters

Return Value

Type: System.Int32

The zero-based index at which the RestoreLocation has been added.

See Also

RestoreLocationCollection Class
Microsoft.AnalysisServices Namespace

Return to top