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