CubeCollection.Find 方法

根据名称从集合中获取指定的 CubeDef

命名空间:  Microsoft.AnalysisServices.AdomdServer
程序集:  msmgdsrv(在 msmgdsrv.dll 中)

语法

声明
Public Function Find ( _
    name As String _
) As CubeDef
用法
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

参数

  • name
    类型:String
    要查找的 CubeDef 的名称。

返回值

类型:Microsoft.AnalysisServices.AdomdServer.CubeDef
如果找不到对象,则 Find 方法将返回 nullnull 引用(在 Visual Basic 中为 Nothing),而 Item 属性在找不到对象时将引发异常。

请参阅

参考

CubeCollection 类

Microsoft.AnalysisServices.AdomdServer 命名空间