Método AggregationDesignDimensionCollection.Find

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

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

Sintaxe

'Declaração
Public Function Find ( _
    cubeDimensionId As String _
) As AggregationDesignDimension
'Uso
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

Parâmetros

Valor de retorno

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

Consulte também

Referência

AggregationDesignDimensionCollection Classe

Namespace Microsoft.AnalysisServices