BackupLocationCollection.Remove Method (BackupLocation)

 

Applies To: SQL Server (starting with 2016)

Removes the specified BackupLocation from the collection.

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

Syntax

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

Parameters

Exceptions

Exception Condition
Exception

item is not contained by the collection.

See Also

BackupLocationCollection Class
Microsoft.AnalysisServices Namespace

Return to top