AdomdPropertyCollection.Find 方法 (String, String)
Gets the specified AdomdProperty from the AdomdPropertyCollection by its name and namespace.
命名空间: Microsoft.AnalysisServices.AdomdClient
程序集: Microsoft.AnalysisServices.AdomdClient(在 Microsoft.AnalysisServices.AdomdClient.dll 中)
语法
声明
Public Function Find ( _
propertyName As String, _
propertyNamespace As String _
) As AdomdProperty
用法
Dim instance As AdomdPropertyCollection
Dim propertyName As String
Dim propertyNamespace As String
Dim returnValue As AdomdProperty
returnValue = instance.Find(propertyName, _
propertyNamespace)
public AdomdProperty Find(
string propertyName,
string propertyNamespace
)
public:
AdomdProperty^ Find(
String^ propertyName,
String^ propertyNamespace
)
member Find :
propertyName:string *
propertyNamespace:string -> AdomdProperty
public function Find(
propertyName : String,
propertyNamespace : String
) : AdomdProperty
参数
- propertyName
类型:System.String
The name of the AdomdProperty to find.
- propertyNamespace
类型:System.String
The namespace 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).