Freigeben über


GetByName-Methode

Gets the Cube, with the specified name, from the collection.

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

Syntax

'Declaration
Public Function GetByName ( _
    name As String _
) As Cube
'Usage
Dim instance As CubeCollection
Dim name As String
Dim returnValue As Cube

returnValue = instance.GetByName(name)
public Cube GetByName(
    string name
)
public:
Cube^ GetByName(
    String^ name
)
member GetByName : 
        name:string -> Cube 
public function GetByName(
    name : String
) : Cube

Parameter

Rückgabewert

Typ: Microsoft.AnalysisServices. . :: . .Cube
The Cube, if contained in the collection.

Ausnahmen

Ausnahme Bedingung
ItemNotFoundException

name is not contained by the collection.