RestoreFolderCollection.Add Method (RestoreFolder)

 

Applies To: SQL Server (starting with 2016)

Adds a RestoreFolder to the end of the collection.

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

Syntax

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

Parameters

Return Value

Type: System.Int32

The zero-based index at which the RestoreFolder has been added.

See Also

RestoreFolderCollection Class
Microsoft.AnalysisServices Namespace

Return to top