AdomdPropertyCollection.Find 方法 (String)
Gets the specified AdomdProperty from the AdomdPropertyCollection by its name.
命名空間: Microsoft.AnalysisServices.AdomdClient
組件: Microsoft.AnalysisServices.AdomdClient (在 Microsoft.AnalysisServices.AdomdClient.dll 中)
語法
'宣告
Public Function Find ( _
propertyName As String _
) As AdomdProperty
'用途
Dim instance As AdomdPropertyCollection
Dim propertyName As String
Dim returnValue As AdomdProperty
returnValue = instance.Find(propertyName)
public AdomdProperty Find(
string propertyName
)
public:
AdomdProperty^ Find(
String^ propertyName
)
member Find :
propertyName:string -> AdomdProperty
public function Find(
propertyName : String
) : AdomdProperty
參數
- propertyName
型別:System.String
The name of the AdomdProperty to find.
傳回值
型別:Microsoft.AnalysisServices.AdomdClient.AdomdProperty
The ADO multidimensional property.
備註
If the object is not found, the Find method returns nullnull 參考 (在 Visual Basic 中為 Nothing).