BackupLocationCollection.Contains Method (BackupLocation)

 

Applies To: SQL Server 2016 Preview

Indicates whether the collection contains a specified BackupLocation.

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

Syntax

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

Parameters

Return Value

Type: System.Boolean

true if the BackupLocation is contained in the collection; otherwise, false.

See Also

BackupLocationCollection Class
Microsoft.AnalysisServices Namespace

Return to top