Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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
Parameters
- id
Type: System.String
The identifier to locate in the NamedComponentCollection.
Return Value
Type: System.Boolean
true if the id found in the NamedComponentCollection; otherwise, false.
Implements
INamedComponentCollection.Contains(String)