RestoreFolderCollection.IndexOf Method (RestoreFolder)

 

Applies To: SQL Server (starting with 2016)

Gets the index of a specified RestoreFolder.

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

Syntax

public int IndexOf(
    RestoreFolder item
)
public:
int IndexOf(
    RestoreFolder^ item
)
member IndexOf : 
        item:RestoreFolder -> int
Public Function IndexOf (
    item As RestoreFolder
) As Integer

Parameters

Return Value

Type: System.Int32

The zero-based index of the RestoreFolder if the object is found; otherwise, -1.

See Also

RestoreFolderCollection Class
Microsoft.AnalysisServices Namespace

Return to top