RestoreFolderCollection.Remove Method (RestoreFolder)

 

Applies To: SQL Server (starting with 2016)

Removes the specified RestoreFolder from the collection.

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

Syntax

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

Parameters

Exceptions

Exception Condition
Exception

item does not exist in the collection.

See Also

RestoreFolderCollection Class
Microsoft.AnalysisServices Namespace

Return to top