AdomdRestrictionCollection.Find 方法 (String, String)
Gets the specified AdomdRestriction from the collection 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 AdomdRestriction
用法
Dim instance As AdomdRestrictionCollection
Dim propertyName As String
Dim propertyNamespace As String
Dim returnValue As AdomdRestriction
returnValue = instance.Find(propertyName, _
propertyNamespace)
public AdomdRestriction Find(
string propertyName,
string propertyNamespace
)
public:
AdomdRestriction^ Find(
String^ propertyName,
String^ propertyNamespace
)
member Find :
propertyName:string *
propertyNamespace:string -> AdomdRestriction
public function Find(
propertyName : String,
propertyNamespace : String
) : AdomdRestriction
参数
- propertyName
类型:System.String
The name of the AdomdRestriction to find.
- propertyNamespace
类型:System.String
The namespace of the AdomdRestriction to find.
返回值
类型:Microsoft.AnalysisServices.AdomdClient.AdomdRestriction
An AdomdRestriction object.
注释
If the object is not found, the Find method returns null.