BackupLocationCollection.Add Method (BackupLocation)

 

Applies To: SQL Server 2016 Preview

Adds a BackupLocation to the end of the collection.

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

Syntax

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

Parameters

Return Value

Type: System.Int32

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

See Also

BackupLocationCollection Class
Microsoft.AnalysisServices Namespace

Return to top