LevelCollection.Find 方法
根据名称从集合中获取指定的 Level。
命名空间: Microsoft.AnalysisServices.AdomdServer
程序集: msmgdsrv(在 msmgdsrv.dll 中)
语法
声明
Public Function Find ( _
name As String _
) As Level
用法
Dim instance As LevelCollection
Dim name As String
Dim returnValue As Level
returnValue = instance.Find(name)
public Level Find(
string name
)
public:
Level^ Find(
String^ name
)
member Find :
name:string -> Level
public function Find(
name : String
) : Level
参数
- name
类型:String
要查找的 Level 的名称。
返回值
类型:Microsoft.AnalysisServices.AdomdServer.Level
如果找到,则为具有指定名称的 Level;否则为 nullnull 引用(在 Visual Basic 中为 Nothing)。
注释
如果找不到对象,则 Find 方法将返回 nullnull 引用(在 Visual Basic 中为 Nothing),而 Item 属性将引发异常。