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
パラメーター
- attributeId
型: System.String
取得する AggregationDesignAttribute の識別子です。
戻り値
型: Microsoft.AnalysisServices.AggregationDesignAttribute
コレクションに含まれている場合は AggregationDesignAttribute、含まれていない場合は NULL 参照 (Visual Basic では Nothing) です。