AdomdPropertyCollection.Find Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Find(String) |
Find |
Find(String, String) |
Find 1 |
Find(String)
Find
public Microsoft.AnalysisServices.AdomdClient.AdomdProperty Find (string propertyName);
member this.Find : string -> Microsoft.AnalysisServices.AdomdClient.AdomdProperty
Public Function Find (propertyName As String) As AdomdProperty
Parameters
- propertyName
- String
propertyName
Returns
Information not available for this release.
Applies to
Find(String, String)
Find 1
public Microsoft.AnalysisServices.AdomdClient.AdomdProperty Find (string propertyName, string propertyNamespace);
member this.Find : string * string -> Microsoft.AnalysisServices.AdomdClient.AdomdProperty
Public Function Find (propertyName As String, propertyNamespace As String) As AdomdProperty
Parameters
- propertyName
- String
propertyName
- propertyNamespace
- String
propertyNamespace
Returns
Information not available for this release.