PerspectiveDimensionCollection.Find 方法

Gets the PerspectiveDimension that has the specified identifier from the collection.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Public Function Find ( _
    cubeDimensionId As String _
) As PerspectiveDimension
用法
Dim instance As PerspectiveDimensionCollection 
Dim cubeDimensionId As String 
Dim returnValue As PerspectiveDimension 

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

参数

返回值

类型:Microsoft.AnalysisServices.PerspectiveDimension
A PerspectiveDimension if it exists in the collection; otherwise, a null reference (Nothing in Visual Basic).

请参阅

参考

PerspectiveDimensionCollection 类

Microsoft.AnalysisServices 命名空间