Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets the specified MiningModel from the collection by using the model's name. In Microsoft Visual C#, this property is the indexer for the MiningModelCollection class.
Spazio dei nomi: Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (in msmgdsrv.dll)
Sintassi
'Dichiarazione
Public ReadOnly Default Property Item ( _
name As String _
) As MiningModel
public MiningModel this [
string name
] { get; }
public:
property MiningModel^ default [String^] {
MiningModel^ get (String^ name);
}
/** @property */
public MiningModel get_Item (String name)
Parametri
- name
The name of the MiningModel to be found.
Eccezioni
| Tipo di eccezione | Condizione |
|---|---|
| AdomdErrorResponseException | The provider returned an error in response. |
| AdomdUnknownResponseException | The provider sent an unrecognizable response. |
| System.InvalidOperationException | The MiningModel was not found in the collection. |
Osservazioni
If the object is not found, the Item property throws an exception. However, the Find method returns null if the object is not found.
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
MiningModelCollection Class
MiningModelCollection Members
Microsoft.AnalysisServices.AdomdServer Namespace