Share via


AggregationDesignCollection.Find(String) メソッド

定義

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

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

パラメーター

id
String

検索する AggregationDesign の識別子です。

戻り値

コレクションに存在する場合は指定した識別子を持つ AggregationDesign、それ以外の場合は null 参照 (Visual Basic では Nothing) です。

適用対象