CubeCollection.Find Método
Gets the specified CubeDef from the collection by its name.
Espacio de nombres: Microsoft.AnalysisServices.AdomdServer
Ensamblado: msmgdsrv (en msmgdsrv.dll)
Sintaxis
'Declaración
Public Function Find ( _
name As String _
) As CubeDef
'Uso
Dim instance As CubeCollection
Dim name As String
Dim returnValue As CubeDef
returnValue = instance.Find(name)
public CubeDef Find(
string name
)
public:
CubeDef^ Find(
String^ name
)
member Find :
name:string -> CubeDef
public function Find(
name : String
) : CubeDef
Parámetros
- name
Tipo: System.String
The name of the CubeDef to find.
Valor devuelto
Tipo: Microsoft.AnalysisServices.AdomdServer.CubeDef
The Find method returns nulles una referencia NULL (Nothing en Visual Basic). if the object is not found, whereas the Itemproperty throws an exception if the object is not found.