Partager via


Propriété MiningServiceParameterCollection.Item (String)

Obtient le MiningServiceParameter spécifié de la collection MiningServiceParameterCollection par son nom. Dans Microsoft Visual C#, cette propriété est l'indexeur de la classe MiningServiceParameterCollection.

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (en msmgdsrv.dll)

Syntaxe

'Déclaration
Public ReadOnly Default Property Item ( _
    name As String _
) As MiningServiceParameter 
    Get
'Utilisation
Dim instance As MiningServiceParameterCollection 
Dim name As String 
Dim value As MiningServiceParameter 

value = instance(name)
public MiningServiceParameter this[
    string name
] { get; }
public:
property MiningServiceParameter^ default[String^ name] {
    MiningServiceParameter^ get (String^ name);
}
member Item : MiningServiceParameter
JScript prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.

Paramètres

Valeur de propriété

Type : Microsoft.AnalysisServices.AdomdServer.MiningServiceParameter
MiningServiceParameter avec le nom spécifié.

Voir aussi

Référence

MiningServiceParameterCollection Classe

Surcharge Item

Espace de noms Microsoft.AnalysisServices.AdomdServer