AdomdRestrictionCollection.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 |
Find(String)
Find
public Microsoft.AnalysisServices.AdomdClient.AdomdRestriction Find (string propertyName);
member this.Find : string -> Microsoft.AnalysisServices.AdomdClient.AdomdRestriction
Public Function Find (propertyName As String) As AdomdRestriction
Parameters
- propertyName
- String
propertyName
Returns
Information not available for this release.
Applies to
Find(String, String)
Find
public Microsoft.AnalysisServices.AdomdClient.AdomdRestriction Find (string propertyName, string propertyNamespace);
member this.Find : string * string -> Microsoft.AnalysisServices.AdomdClient.AdomdRestriction
Public Function Find (propertyName As String, propertyNamespace As String) As AdomdRestriction
Parameters
- propertyName
- String
propertyName
- propertyNamespace
- String
propertyNamespace
Returns
Information not available for this release.