次の方法で共有


Find メソッド

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

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

構文

'宣言
Public Function Find ( _
    attributeId As String _
) As AggregationAttribute
'使用
Dim instance As AggregationAttributeCollection
Dim attributeId As String
Dim returnValue As AggregationAttribute

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

パラメーター

戻り値

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