Méthode MiningModel.GetAttributeFullStatistics
Returns the statistics for the specified attribute, including the statistics for each state of the attribute.
Espace de noms : Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (en msmgdsrv.dll)
Syntaxe
'Déclaration
Public Function GetAttributeFullStatistics ( _
attributeIndex As Integer _
) As AttributeStats
'Utilisation
Dim instance As MiningModel
Dim attributeIndex As Integer
Dim returnValue As AttributeStats
returnValue = instance.GetAttributeFullStatistics(attributeIndex)
public AttributeStats GetAttributeFullStatistics(
int attributeIndex
)
public:
AttributeStats GetAttributeFullStatistics(
int attributeIndex
)
member GetAttributeFullStatistics :
attributeIndex:int -> AttributeStats
public function GetAttributeFullStatistics(
attributeIndex : int
) : AttributeStats
Paramètres
- attributeIndex
Type : System.Int32
The attribute identifier for which to retrieve statistics.
Valeur de retour
Type : Microsoft.AnalysisServices.AdomdServer.AttributeStats
An AttributeStats that contains the attribute statistics for the specified attribute.