Aracılığıyla paylaş


AlgorithmParameterCollection.Find Yöntemi

Alır AlgorithmParameter, belirtilen adı taşıyan dan koleksiyon.

Ad Alanı:  Microsoft.AnalysisServices
Derleme:  Microsoft.AnalysisServices (Microsoft.AnalysisServices içinde.dll)

Sözdizimi

'Bildirim
Public Function Find ( _
    name As String _
) As AlgorithmParameter
'Kullanım
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

Parametreler

Dönüş Değeri

Tür: Microsoft.AnalysisServices.AlgorithmParameter
AlgorithmParameter Yer alan, koleksiyon; Aksi halde, bir null başvuru (hiçbir şey Visual Basic).