Partager via


MiningModel.GetAttributeFullStatistics Method

Returns the statistics for the specified attribute, including the statistics for each state of the attribute.

Espace de noms: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)

Syntaxe

'Déclaration
Public Function GetAttributeFullStatistics ( _
    attributeIndex As Integer _
) As AttributeStats
public AttributeStats GetAttributeFullStatistics (
    int attributeIndex
)
public:
AttributeStats GetAttributeFullStatistics (
    int attributeIndex
)
public AttributeStats GetAttributeFullStatistics (
    int attributeIndex
)
public function GetAttributeFullStatistics (
    attributeIndex : int
) : AttributeStats

Paramètres

  • attributeIndex
    The attribute identifier for which to retrieve statistics.

Valeur de retour

An AttributeStats that contains the attribute statistics for the specified attribute.

Sécurité des threads

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.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

MiningModel Class
MiningModel Members
Microsoft.AnalysisServices.AdomdServer Namespace