次の方法で共有


AggregationDesignAttributeCollection.Find(String) メソッド

定義

指定した AttributeID を持つ AggregationDesignAttribute をコレクションから取得します。

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

パラメーター

attributeId
String

検索する AggregationDesignAttribute の AttributeID です。

戻り値

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

適用対象