Freigeben über


IModelComponentCollection.Contains-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Indicates whether the collection contains a specified IModelComponent.

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

Syntax

'Declaration
Function Contains ( _
    obj As IModelComponent _
) As Boolean
'Usage
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

Parameter

Rückgabewert

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

Siehe auch

Verweis

IModelComponentCollection Schnittstelle

Microsoft.AnalysisServices-Namespace