Méthode AggregationDesignDimensionCollection.Find
Gets the AggregationDesignDimension, with the specified identifier, from the collection.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Function Find ( _
cubeDimensionId As String _
) As AggregationDesignDimension
'Utilisation
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
Paramètres
- cubeDimensionId
Type : System.String
The identifier of the AggregationDesignDimension to be returned.
Valeur de retour
Type : Microsoft.AnalysisServices.AggregationDesignDimension
The AggregationDesignDimension, if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).