Compartilhar via


Propriedade do RDL MiningParameterCollection.Item (String)

Gets the specified MiningParameter from the collection by its name.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (em msmgdsrv.dll)

Sintaxe

'Declaração
Public ReadOnly Default Property Item ( _
    name As String _
) As MiningParameter 
    Get
'Uso
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 dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.

Parâmetros

Valor da propriedade

Tipo: Microsoft.AnalysisServices.AdomdServer.MiningParameter
The MiningParameter with the specified name.

Consulte também

Referência

MiningParameterCollection Classe

Sobrecarregado Item

Namespace Microsoft.AnalysisServices.AdomdServer