Partager via


Méthode MiningModel.FindAttribute

Returns the MiningAttribute specified by an attribute ID.

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

Syntaxe

'Déclaration
Public Function FindAttribute ( _
    attributeIndex As Integer _
) As MiningAttribute
'Utilisation
Dim instance As MiningModel 
Dim attributeIndex As Integer 
Dim returnValue As MiningAttribute 

returnValue = instance.FindAttribute(attributeIndex)
public MiningAttribute FindAttribute(
    int attributeIndex
)
public:
MiningAttribute^ FindAttribute(
    int attributeIndex
)
member FindAttribute : 
        attributeIndex:int -> MiningAttribute
public function FindAttribute(
    attributeIndex : int
) : MiningAttribute

Paramètres

Valeur de retour

Type : Microsoft.AnalysisServices.AdomdServer.MiningAttribute
The mining attribute specified by the attribute ID.

Voir aussi

Référence

MiningModel Classe

Espace de noms Microsoft.AnalysisServices.AdomdServer