AdomdPropertyCollection.Find 方法 (String)
Gets the specified AdomdProperty from the AdomdPropertyCollection by its name.
命名空间: Microsoft.AnalysisServices.AdomdClient
程序集: Microsoft.AnalysisServices.AdomdClient(在 Microsoft.AnalysisServices.AdomdClient.dll 中)
语法
声明
Public Function Find ( _
propertyName As String _
) As AdomdProperty
用法
Dim instance As AdomdPropertyCollection
Dim propertyName As String
Dim returnValue As AdomdProperty
returnValue = instance.Find(propertyName)
public AdomdProperty Find(
string propertyName
)
public:
AdomdProperty^ Find(
String^ propertyName
)
member Find :
propertyName:string -> AdomdProperty
public function Find(
propertyName : String
) : AdomdProperty
参数
- propertyName
类型:System.String
The name of the AdomdProperty to find.
返回值
类型:Microsoft.AnalysisServices.AdomdClient.AdomdProperty
The ADO multidimensional property.
注释
If the object is not found, the Find method returns nullnull 引用(在 Visual Basic 中为 Nothing).