ModelComponentCollection.Contains Método (String)

Determines whether an item with the specified key is in the ModelComponentCollection.

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

Sintaxis

VB
'Declaración
Protected Function Contains ( _
    key As String _
) As Boolean
'Uso
Dim key As String 
Dim returnValue As Boolean 

returnValue = Me.Contains(key)

Parámetros

Valor devuelto

Tipo: System.Boolean
true if key found in the ModelComponentCollection; otherwise, false.

Vea también

Referencia

ModelComponentCollection Clase

Sobrecarga de Contains

Espacio de nombres Microsoft.AnalysisServices