Metodo Find
Gets the specified OlapInfoCube from the collection by its name.
Spazio dei nomi Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Sintassi
'Dichiarazione
Public Function Find ( _
name As String _
) As OlapInfoCube
'Utilizzo
Dim instance As OlapInfoCubeCollection
Dim name As String
Dim returnValue As OlapInfoCube
returnValue = instance.Find(name)
public OlapInfoCube Find(
string name
)
public:
OlapInfoCube^ Find(
String^ name
)
member Find :
name:string -> OlapInfoCube
public function Find(
name : String
) : OlapInfoCube
Parametri
- name
Tipo: System. . :: . .String
The name of the OlapInfoCube to find.
Valore restituito
Tipo: Microsoft.AnalysisServices.AdomdClient. . :: . .OlapInfoCube
Osservazioni
If the object is not found, the Find method returns null Nothing nullptr unit riferimento Null (Nothing in Visual Basic). , whereas the Item property throws an exception.
Vedere anche