RelationshipEndAttributeCollection.Find(String) 方法

定义

返回具有指定 AttributeID 的 RelationshipEndAttribute;若未找到,则返回 NULL。

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

参数

attributeId
String

要返回的 RelationshipEndAttribute 的 AttributeID。

返回

具有指定 AttributeID 的 RelationshipEndAttribute;若未找到,则为 NULL。

适用于