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