次の方法で共有


AggregationDimensionCollection.Find メソッド

指定した識別子の AggregationDimension をコレクションから取得します。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Public Function Find ( _
    cubeDimensionId As String _
) As AggregationDimension
'使用
Dim instance As AggregationDimensionCollection 
Dim cubeDimensionId As String 
Dim returnValue As AggregationDimension 

returnValue = instance.Find(cubeDimensionId)
public AggregationDimension Find(
    string cubeDimensionId
)
public:
AggregationDimension^ Find(
    String^ cubeDimensionId
)
member Find : 
        cubeDimensionId:string -> AggregationDimension
public function Find(
    cubeDimensionId : String
) : AggregationDimension

パラメーター

戻り値

型: Microsoft.AnalysisServices.AggregationDimension
コレクションに含まれている場合は AggregationDimension、含まれていない場合は NULL 参照 (Visual Basic では Nothing) です。

関連項目

参照

AggregationDimensionCollection クラス

Microsoft.AnalysisServices 名前空間