MiningModel.GetAttributes Method
Gets a collection of attributes based on their feature selection.
Spazio dei nomi: Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)
Sintassi
'Dichiarazione
Public Function GetAttributes ( _
filter As MiningFeatureSelection _
) As MiningAttributeCollection
public MiningAttributeCollection GetAttributes (
MiningFeatureSelection filter
)
public:
MiningAttributeCollection^ GetAttributes (
MiningFeatureSelection filter
)
public MiningAttributeCollection GetAttributes (
MiningFeatureSelection filter
)
public function GetAttributes (
filter : MiningFeatureSelection
) : MiningAttributeCollection
Parametri
- filter
The MiningFeatureSelection to filter on.
Valore restituito
A MiningAttributeCollection containing the attributes with the specified feature selection.
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