AggregationDimensionCollection.Find(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從集合中取得具有指定 CubeDimensionID 的 AggregationDimension。
public Microsoft.AnalysisServices.AggregationDimension Find (string cubeDimensionId);
member this.Find : string -> Microsoft.AnalysisServices.AggregationDimension
Public Function Find (cubeDimensionId As String) As AggregationDimension
參數
- cubeDimensionId
- String
要找出之 AggregationDimension 的 CubeDimensionID。
傳回
如果包含在集合中,則為具有指定 CubeDimensionID 的 AggregationDimension;否則為 Null 參考 (Visual Basic 中的 Nothing)。