Freigeben über


NamedComponentCollection.Contains-Methode (String)

Determines whether an item with the specific key is in the NamedComponentCollection.

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

Syntax

'Declaration
Public Function Contains ( _
    id As String _
) As Boolean
'Usage
Dim instance As NamedComponentCollection 
Dim id As String 
Dim returnValue As Boolean 

returnValue = instance.Contains(id)
public bool Contains(
    string id
)
public:
virtual bool Contains(
    String^ id
) sealed
abstract Contains : 
        id:string -> bool  
override Contains : 
        id:string -> bool
public final function Contains(
    id : String
) : boolean

Parameter

Rückgabewert

Typ: System.Boolean
true if the id found in the NamedComponentCollection; otherwise, false.

Implementiert

INamedComponentCollection.Contains(String)

Siehe auch

Verweis

NamedComponentCollection Klasse

Contains-Überladung

Microsoft.AnalysisServices-Namespace