MiningModel.GetAttributes Method
Returns a collection of attributes based on the specified MiningFeatureSelection.
Пространство имен: Microsoft.AnalysisServices.AdomdServer
Сборка: msmgdsrv (in msmgdsrv.dll)
Синтаксис
'Декларация
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
Параметры
- filter
The MiningFeatureSelection on which to filter.
Возвращаемое значение
A MiningAttributeCollection that contains the attributes with the specified feature selection.
Синхронизация потоков
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.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
MiningModel Class
MiningModel Members
Microsoft.AnalysisServices.AdomdServer Namespace