共用方式為


PerspectiveMeasureGroupCollection.Find 方法

Finds the PerspectiveMeasureGroup that has the specified identifier from the collection.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public Function Find ( _
    measureGroupId As String _
) As PerspectiveMeasureGroup
'用途
Dim instance As PerspectiveMeasureGroupCollection 
Dim measureGroupId As String 
Dim returnValue As PerspectiveMeasureGroup 

returnValue = instance.Find(measureGroupId)
public PerspectiveMeasureGroup Find(
    string measureGroupId
)
public:
PerspectiveMeasureGroup^ Find(
    String^ measureGroupId
)
member Find : 
        measureGroupId:string -> PerspectiveMeasureGroup
public function Find(
    measureGroupId : String
) : PerspectiveMeasureGroup

參數

傳回值

型別:Microsoft.AnalysisServices.PerspectiveMeasureGroup
The PerspectiveMeasureGroup if it exists in the collection; otherwise, a null reference (Nothing in Visual Basic).

請參閱

參考

PerspectiveMeasureGroupCollection 類別

Microsoft.AnalysisServices 命名空間