Метод AdomdRestrictionCollection.Find (String)
Gets the specified AdomdRestriction from the collection by its name.
Пространство имен: Microsoft.AnalysisServices.AdomdClient
Сборка: Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.dll)
Синтаксис
'Декларация
Public Function Find ( _
propertyName As String _
) As AdomdRestriction
'Применение
Dim instance As AdomdRestrictionCollection
Dim propertyName As String
Dim returnValue As AdomdRestriction
returnValue = instance.Find(propertyName)
public AdomdRestriction Find(
string propertyName
)
public:
AdomdRestriction^ Find(
String^ propertyName
)
member Find :
propertyName:string -> AdomdRestriction
public function Find(
propertyName : String
) : AdomdRestriction
Параметры
- propertyName
Тип: System.String
The name of the AdomdRestriction to find.
Возвращаемое значение
Тип: Microsoft.AnalysisServices.AdomdClient.AdomdRestriction
An AdomdRestriction object.
Замечания
If the object is not found, the Find method returns null.