Find 方法
Gets the PerspectiveMeasure that has the specified identifier from the collection.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
Public Function Find ( _
measureId As String _
) As PerspectiveMeasure
'用途
Dim instance As PerspectiveMeasureCollection
Dim measureId As String
Dim returnValue As PerspectiveMeasure
returnValue = instance.Find(measureId)
public PerspectiveMeasure Find(
string measureId
)
public:
PerspectiveMeasure^ Find(
String^ measureId
)
member Find :
measureId:string -> PerspectiveMeasure
public function Find(
measureId : String
) : PerspectiveMeasure
參數
- measureId
型別:System. . :: . .String
傳回值
型別:Microsoft.AnalysisServices. . :: . .PerspectiveMeasure
The PerspectiveMeasure if it exists in the collection; otherwise, a null reference (Nothing in Visual Basic).