Compartilhar via


Método IModelComponentCollection.Contains

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Indicates whether the collection contains a specified IModelComponent.

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

Sintaxe

'Declaração
Function Contains ( _
    obj As IModelComponent _
) As Boolean
'Uso
Dim instance As IModelComponentCollection 
Dim obj As IModelComponent 
Dim returnValue As Boolean 

returnValue = instance.Contains(obj)
bool Contains(
    IModelComponent obj
)
bool Contains(
    IModelComponent^ obj
)
abstract Contains : 
        obj:IModelComponent -> bool
function Contains(
    obj : IModelComponent
) : boolean

Parâmetros

Valor de retorno

Tipo: System.Boolean
true if the IModelComponent is contained in the collection; otherwise, false.

Consulte também

Referência

IModelComponentCollection Interface

Namespace Microsoft.AnalysisServices