共用方式為


AggregationAttributeCollection.Find 方法

Returns the AggregationAttribute with the specified attribute identifier or null if not found.

命名空間:  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
The AggregationAttribute or a null reference (Nothing in Visual Basic) if not found.

請參閱

參考

AggregationAttributeCollection 類別

Microsoft.AnalysisServices 命名空間