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