AggregationAttributeCollection.Find(String) Methode

Definition

Ruft das AggregationAttribute-Objekt mit der angegebenen AttributeID aus der Collection ab.

public Microsoft.AnalysisServices.AggregationAttribute Find (string attributeId);
member this.Find : string -> Microsoft.AnalysisServices.AggregationAttribute
Public Function Find (attributeId As String) As AggregationAttribute

Parameter

attributeId
String

Die AttributeID des zu suchenden AggregationAttribute-Objekts.

Gibt zurück

Das AggregationAttribute-Objekt mit der angegebenen AttributeID, wenn sie in der Collection vorhanden ist; andernfalls ein NULL-Verweis („Nothing“ in Visual Basic).

Gilt für: