ServerPropertyCollection.Contains Method (ServerProperty)

 

Applies To: SQL Server (starting with 2016)

Indicates whether the collection contains a specified ServerProperty.

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

Syntax

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

Parameters

Return Value

Type: System.Boolean

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

See Also

Contains Overload
ServerPropertyCollection Class
Microsoft.AnalysisServices Namespace

Return to top