Condividi tramite


MiningModel.FindAttribute Method

Gets the MiningAttribute specified by an attribute ID.

Spazio dei nomi: Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)

Sintassi

'Dichiarazione
Public Function FindAttribute ( _
    attributeId As Integer _
) As MiningAttribute
public MiningAttribute FindAttribute (
    int attributeId
)
public:
MiningAttribute^ FindAttribute (
    int attributeId
)
public MiningAttribute FindAttribute (
    int attributeId
)
public function FindAttribute (
    attributeId : int
) : MiningAttribute

Parametri

  • attributeId
    The attribute ID associated with the MiningAttribute to return.

Valore restituito

An MiningAttribute.

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

MiningModel Class
MiningModel Members
Microsoft.AnalysisServices.AdomdClient Namespace