RestoreFolderCollection.Contains Method (RestoreFolder)

 

Applies To: SQL Server (starting with 2016)

Checks whether the collection contains a specified RestoreFolder.

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

Syntax

public bool Contains(
    RestoreFolder item
)
public:
bool Contains(
    RestoreFolder^ item
)
member Contains : 
        item:RestoreFolder -> bool
Public Function Contains (
    item As RestoreFolder
) As Boolean

Parameters

Return Value

Type: System.Boolean

true if the RestoreFolder exists in the collection; otherwise, false.

See Also

RestoreFolderCollection Class
Microsoft.AnalysisServices Namespace

Return to top