Udostępnij za pośrednictwem


Metoda AggregationDesignDimensionCollection.Find

Pobiera AggregationDesignDimension, z określonym identyfikatorem, z kolekcja.

Przestrzeń nazw:  Microsoft.AnalysisServices
Zestaw:  Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)

Składnia

'Deklaracja
Public Function Find ( _
    cubeDimensionId As String _
) As AggregationDesignDimension
'Użycie
Dim instance As AggregationDesignDimensionCollection
Dim cubeDimensionId As String
Dim returnValue As AggregationDesignDimension

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

Parametry

Wartość zwracana

Typ: Microsoft.AnalysisServices.AggregationDesignDimension
AggregationDesignDimension , Jeśli zawarte kolekcja; w przeciwnym razie odwołanie null (nic nie w języku Visual Basic).