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 命名空间