Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
- id
Typ: System.String
The identifier to locate in the NamedComponentCollection.
Rückgabewert
Typ: System.Boolean
true if the id found in the NamedComponentCollection; otherwise, false.
Implementiert
INamedComponentCollection.Contains(String)