Partager via


Propriété Item (String)

Gets the specified MiningParameter from the collection by its name.

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

Syntaxe

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

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

Paramètres