Freigeben über


AggregationDimensionCollection.Find-Methode

Gets the AggregationDimension, with the specified identifier, from the collection.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Public Function Find ( _
    cubeDimensionId As String _
) As AggregationDimension
'Usage
Dim instance As AggregationDimensionCollection 
Dim cubeDimensionId As String 
Dim returnValue As AggregationDimension 

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

Parameter

Rückgabewert

Typ: Microsoft.AnalysisServices.AggregationDimension
The AggregationDimension if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).

Siehe auch

Verweis

AggregationDimensionCollection Klasse

Microsoft.AnalysisServices-Namespace