AggregationDesignDimensionCollection.Find(String) 方法

定义

从集合中获取具有指定 CubeDimensionID 的 AggregationDesignDimension

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

参数

cubeDimensionId
String

要查找的 AggregationDesignDimension 的 CubeDimensionID。

返回

如果在集合中,则为具有指定 CubeDimensionID 的 AggregationDesignDimension;否则为空引用(在 Visual Basic 中为 Nothing)。

适用于