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

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


RelationshipEndAttributeCollection.Contains Method

Definition

Overloads

Contains(RelationshipEndAttribute)

Determines whether the specified RelationshipEndAttribute is in the collection.

Contains(String)

Determines whether an RelationshipEndAttribute with the specified AttributeID is in the collection.

Contains(RelationshipEndAttribute)

Determines whether the specified RelationshipEndAttribute is in the collection.

C#
public bool Contains (Microsoft.AnalysisServices.RelationshipEndAttribute item);

Parameters

item
RelationshipEndAttribute

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

Returns

True if the specified RelationshipEndAttribute 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 RelationshipEndAttribute with the specified AttributeID is in the collection.

C#
public bool Contains (string attributeId);

Parameters

attributeId
String

The AttributeID of the RelationshipEndAttribute to be looked for.

Returns

True if an RelationshipEndAttribute with the specified AttributeID is found in the collection, false otherwise.

Applies to

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