次の方法で共有


AggregationDesignAttributeCollection.Find メソッド

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

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

構文

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

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

パラメーター

戻り値

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

関連項目

参照

AggregationDesignAttributeCollection クラス

Microsoft.AnalysisServices 名前空間