RestoreLocationCollection.Remove Method (RestoreLocation)

 

Applies To: SQL Server (starting with 2016)

Removes the specified RestoreLocation from the collection.

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

Syntax

public void Remove(
    RestoreLocation item
)
public:
void Remove(
    RestoreLocation^ item
)
member Remove : 
        item:RestoreLocation -> unit
Public Sub Remove (
    item As RestoreLocation
)

Parameters

Exceptions

Exception Condition
Exception

item diess not exist in the collection.

See Also

RestoreLocationCollection Class
Microsoft.AnalysisServices Namespace

Return to top