共用方式為


PerspectiveAttributeCollection.Find(String) 方法

定義

從集合中取得具有指定 AttributeID 的 PerspectiveAttribute

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

參數

attributeId
String

要找出之 PerspectiveAttribute 的 AttributeID。

傳回

若存在於集合中,則為具有指定 AttributeID 的 PerspectiveAttribute;否則為 Null 參考 (Visual Basic 中的 Nothing)。

適用於