Прочетете на английски

Споделяне чрез


ModelComponentCollection.Contains Method

Definition

Overloads

Contains(IModelComponent)

Determines whether the specified item is in the collection.

Contains(String)

Determines whether an item with the specified key is in the ModelComponentCollection.

Contains(IModelComponent)

Determines whether the specified item is in the collection.

C#
protected bool Contains (Microsoft.AnalysisServices.IModelComponent item);

Parameters

item
IModelComponent

The item to verify if it's in the collection.

Returns

True if the specified item is found in the collection, false otherwise.

Applies to

Analysis Services SDK for .NET latest
Продукт Версии
Analysis Services SDK for .NET latest

Contains(String)

Determines whether an item with the specified key is in the ModelComponentCollection.

C#
protected bool Contains (string key);

Parameters

key
String

The key of the IModelComponent to locate in the ModelComponentCollection.

Returns

true if key found in the ModelComponentCollection; otherwise, false.

Applies to

Analysis Services SDK for .NET latest
Продукт Версии
Analysis Services SDK for .NET latest