Proprietà MiningStructureCollection.Item (String)

Gets the MiningStructure that has the specified identifier from the collection.

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

Sintassi

VB
'Dichiarazione
Public ReadOnly Default Property Item ( _
    id As String _
) As MiningStructure 
    Get
'Utilizzo
Dim instance As MiningStructureCollection 
Dim id As String 
Dim value As MiningStructure 

value = instance(id)

Parametri

Valore proprietà

Tipo: Microsoft.AnalysisServices.MiningStructure
The MiningStructure specified by the identifier.

Eccezioni

Eccezione Condizione
ArgumentNullException

id is a null reference (Nothing in Visual Basic).

ItemNotFoundException

id does not exist in the collection.

Vedere anche

Riferimento

MiningStructureCollection Classe

Overload Item

Spazio dei nomi Microsoft.AnalysisServices