Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Returns a collection of attributes based on the specified MiningFeatureSelection.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public Function GetAttributes ( _
filter As MiningFeatureSelection _
) As MiningAttributeCollection
'Usage
Dim instance As MiningModel
Dim filter As MiningFeatureSelection
Dim returnValue As MiningAttributeCollection
returnValue = instance.GetAttributes(filter)
public MiningAttributeCollection GetAttributes(
MiningFeatureSelection filter
)
public:
MiningAttributeCollection^ GetAttributes(
MiningFeatureSelection filter
)
member GetAttributes :
filter:MiningFeatureSelection -> MiningAttributeCollection
public function GetAttributes(
filter : MiningFeatureSelection
) : MiningAttributeCollection
Parameters
- filter
Type: Microsoft.AnalysisServices.AdomdServer.MiningFeatureSelection
The MiningFeatureSelection on which to filter.
Return Value
Type: Microsoft.AnalysisServices.AdomdServer.MiningAttributeCollection
A MiningAttributeCollection that contains the attributes with the specified feature selection.