Finds the MeasureGroupAttribute with the specified attribute identifier or nullnull 引用(在 Visual Basic 中为 Nothing) if not found.
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
Public Function Find ( _
attributeId As String _
) As MeasureGroupAttribute
用法
Dim instance As MeasureGroupAttributeCollection
Dim attributeId As String
Dim returnValue As MeasureGroupAttribute
returnValue = instance.Find(attributeId)
public MeasureGroupAttribute Find(
string attributeId
)
public:
MeasureGroupAttribute^ Find(
String^ attributeId
)
member Find :
attributeId:string -> MeasureGroupAttribute
public function Find(
attributeId : String
) : MeasureGroupAttribute
参数
- attributeId
类型:System.String
The attribute identifier of the MeasureGroupAttribute to return.
返回值
类型:Microsoft.AnalysisServices.MeasureGroupAttribute
The MeasureGroupAttribute with the specified attribute identifier or nullnull 引用(在 Visual Basic 中为 Nothing) if not found.