Find メソッド
指定した名前の CellProperty をコレクションから取得します。
名前空間: Microsoft.AnalysisServices.AdomdClient
アセンブリ: Microsoft.AnalysisServices.AdomdClient (Microsoft.AnalysisServices.AdomdClient.dll)
構文
'宣言
Public Function Find ( _
name As String _
) As CellProperty
'使用
Dim instance As CellPropertyCollection
Dim name As String
Dim returnValue As CellProperty
returnValue = instance.Find(name)
public CellProperty Find(
string name
)
public:
CellProperty^ Find(
String^ name
)
member Find :
name:string -> CellProperty
public function Find(
name : String
) : CellProperty
パラメーター
- name
型: System. . :: . .String
検索する CellProperty の名前です。