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
매개 변수
- cubeDimensionId
유형: System.String
The identifier of the PerspectiveDimension to return.
반환 값
유형: Microsoft.AnalysisServices.PerspectiveDimension
A PerspectiveDimension if it exists in the collection; otherwise, a null reference (Nothing in Visual Basic).