Méthode MiningModel.FindAttribute
Finds the MiningAttribute specified by an attribute ID.
Espace de noms : Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Syntaxe
'Déclaration
Public Function FindAttribute ( _
attributeId As Integer _
) As MiningAttribute
'Utilisation
Dim instance As MiningModel
Dim attributeId As Integer
Dim returnValue As MiningAttribute
returnValue = instance.FindAttribute(attributeId)
public MiningAttribute FindAttribute(
int attributeId
)
public:
MiningAttribute^ FindAttribute(
int attributeId
)
member FindAttribute :
attributeId:int -> MiningAttribute
public function FindAttribute(
attributeId : int
) : MiningAttribute
Paramètres
- attributeId
Type : System.Int32
The attribute ID associated with the MiningAttribute to return.
Valeur de retour
Type : Microsoft.AnalysisServices.AdomdClient.MiningAttribute
A mining attribute with the specified attribute ID.