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