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