次の方法で共有


Find メソッド

指定した名前の AlgorithmParameter をコレクションから取得します。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Public Function Find ( _
    name As String _
) As AlgorithmParameter
'使用
Dim instance As AlgorithmParameterCollection
Dim name As String
Dim returnValue As AlgorithmParameter

returnValue = instance.Find(name)
public AlgorithmParameter Find(
    string name
)
public:
AlgorithmParameter^ Find(
    String^ name
)
member Find : 
        name:string -> AlgorithmParameter 
public function Find(
    name : String
) : AlgorithmParameter

パラメーター

戻り値

型: Microsoft.AnalysisServices. . :: . .AlgorithmParameter
コレクションに含まれている場合は AlgorithmParameter、含まれていない場合は NULL 参照 (Visual Basic では Nothing) です。