Método ServerPropertyCollection.Contains (ServerProperty)

Indicates whether the collection contains a specified ServerProperty.

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

Sintaxe

'Declaração
Public Function Contains ( _
    item As ServerProperty _
) As Boolean
'Uso
Dim instance As ServerPropertyCollection 
Dim item As ServerProperty 
Dim returnValue As Boolean 

returnValue = instance.Contains(item)
public bool Contains(
    ServerProperty item
)
public:
bool Contains(
    ServerProperty^ item
)
member Contains : 
        item:ServerProperty -> bool
public function Contains(
    item : ServerProperty
) : boolean

Parâmetros

Valor de retorno

Tipo: System.Boolean
true if the ServerProperty exists in the collection; otherwise, false.

Consulte também

Referência

ServerPropertyCollection Classe

Sobrecarregado Contains

Namespace Microsoft.AnalysisServices