Compartir a través de


AdomdPropertyCollection.Contains Método

Determines whether a property is in the AdomdPropertyCollection.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdClient
Ensamblado:  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxis

'Declaración
Public Function Contains ( _
    value As AdomdProperty _
) As Boolean
'Uso
Dim instance As AdomdPropertyCollection 
Dim value As AdomdProperty 
Dim returnValue As Boolean 

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

Parámetros

Valor devuelto

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

Vea también

Referencia

AdomdPropertyCollection Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdClient