Méthode CubeDimensionCollection.GetByName
Gets the CubeDimension, with the specified name, from the collection.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Function GetByName ( _
name As String _
) As CubeDimension
'Utilisation
Dim instance As CubeDimensionCollection
Dim name As String
Dim returnValue As CubeDimension
returnValue = instance.GetByName(name)
public CubeDimension GetByName(
string name
)
public:
CubeDimension^ GetByName(
String^ name
)
member GetByName :
name:string -> CubeDimension
public function GetByName(
name : String
) : CubeDimension
Paramètres
- name
Type : System.String
The name of the CubeDimension to be returned.
Valeur de retour
Type : Microsoft.AnalysisServices.CubeDimension
The CubeDimension with the name specified in name.
Exceptions
Exception | Condition |
---|---|
ItemNotFoundException | name is not contained by the collection. |