AggregationAttributeCollection.Find メソッド
指定した属性識別子の AggregationAttribute を返します。見つからない場合は null を返します。
名前空間: 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
パラメーター
- attributeId
型: System.String
取得する AggregationAttribute の属性識別子です。
戻り値
型: Microsoft.AnalysisServices.AggregationAttribute
AggregationAttribute 。見つからなかった場合は null 参照 (Visual Basic では Nothing)。