Condividi tramite


MiningParameterCollection.Item Property (String)

Gets the specified MiningParameter from the collection by its name.

Spazio dei nomi: Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (in msmgdsrv.dll)

Sintassi

'Dichiarazione
Public ReadOnly Default Property Item ( _
    name As String _
) As MiningParameter
public MiningParameter this [
    string name
] { get; }
public:
property MiningParameter^ default [String^] {
    MiningParameter^ get (String^ name);
}
/** @property */
public MiningParameter get_Item (String name)

Parametri

Valore proprietà

A MiningParameter.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

MiningParameterCollection Class
MiningParameterCollection Members
Microsoft.AnalysisServices.AdomdServer Namespace