Metodo AggregationDesignDimensionCollection.Find
Gets the AggregationDesignDimension, with the specified identifier, from the collection.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Function Find ( _
cubeDimensionId As String _
) As AggregationDesignDimension
'Utilizzo
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
Parametri
- cubeDimensionId
Tipo: System.String
The identifier of the AggregationDesignDimension to be returned.
Valore restituito
Tipo: Microsoft.AnalysisServices.AggregationDesignDimension
The AggregationDesignDimension, if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).