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.
備註
If the object is not found, the Find method returns null Nothing nullptr unit null 參考 (在 Visual Basic 中為 Nothing) .