Share via


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。

適用於