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