MeasureGroupAttributeCollection.Find 方法
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.